@charset "UTF-8";
/*　────────────────────────────────────────────
  トップページ、下層ページ共通css
 ────────────────────────────────────────────　*/
/* frame　*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  min-width: 980px;
  background: #fafafa;
  -webkit-text-size-adjust: 100%;
}
body img {
  vertical-align: bottom;
}
body a {
  color: #000;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
.imgBox a {
  text-decoration: none;
}
.wrapper {
  min-width: 980px;
  overflow: hidden;
}
/* parts */
.common__2column:before,
.common__2column:after {
  content: "";
  display: table;
}
.common__2column:after {
  clear: both;
}
/* 文字数制限 */
.txtCut1Line {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.txtCut2Line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-text-overflow: ellipsis;
  word-break: break-all;
}
.txtCut3Line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -ms-text-overflow: ellipsis;
  word-break: break-all;
}
.txtCut4Line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -ms-text-overflow: ellipsis;
  word-break: break-all;
}
/* リンク */
.common__word__link {
  position: relative;
  padding: 0 0 0 16px;
  color: #828282;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 3px;
}
.common__word__link::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}
.common__word__link::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 2px;
  content: "";
  vertical-align: middle;
  left: 5px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 5px solid transparent;
  border-left: 5px solid #9ac70a;
}
.common__word__link:hover {
  text-decoration: underline;
  color:#b65ffa;
}

/* IE、Firefox用 文字数制限 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .txtCut2Line:not(:target) {
    height: 32px;
  }
  .txtCut3Line:not(:target) {
    height: 52px;
  }
  .txtCut4Line:not(:target) {
    height: 80px;
  }
}
@-moz-document url-prefix() {
  .txtCut2Line {
    height: 32px;
  }
  .txtCut3Line {
    height: 52px;
  }
  .txtCut4Line {
    height: 80px;
  }
}
/* 各ブロック共通style */
.common__block__container {
  position: relative;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.common__block {
  margin-right: -10px;
  margin-bottom: 10px;
}
.common__block:before,
.common__block:after {
  content: "";
  display: table;
}
.common__block:after {
  clear: both;
}
.common__block ul li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.common__block.hires__content ul li {
  background: linear-gradient( to bottom, #ffffff 20%, #d4d3d3 100% );
  border: 1px solid #ceb309;
}
.common__block ul li:before,
.common__block ul li:after {
  content: "";
  display: table;
}
.common__block ul li:after {
  clear: both;
}
.common__block ul li img:hover {
  opacity: 0.8;
}
.common__block.hires__content ul li .imgBox {
  border-right: 1px solid #ceb309;
}
.common__block ul li .textBox {
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.common__block ul li .textBox .title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 1px;
}
.common__block ul li .textBox .artist {
  margin-bottom: 5px;
  color: #828282;
  line-height: 1;
}
.common__block ul li:hover {
  border: 1px solid #b6e400;
}
.common__block.hires__content ul li:hover {
  border: 1px solid #fae713;
}
/* ポイント */
.point .btn {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 9px 0 23px;
  color: #92b600;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #92b600;
  cursor: pointer;
  background: url("../../images/common/common_cart_icon.png?beeb2e94f2") 5px 3px no-repeat #fafce7;
}
.label__normal {
  position: absolute;
  top: 24px;
  right: 10px;
}
.label__normal .btn {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 9px 0 9px;
  color: #92b600;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #92b600;
  cursor: pointer;
  background-color: #fafce7;
  text-decoration: none;
}
.label__normal .btn.hires {
  color: #d3aa15;
  border: 1px solid #d3aa15;
}
.point .btn.hires {
  color: #d3aa15;
  border: 1px solid #d3aa15;
  background: url("../../images/common/common_hires_cart_icon.png?beeb2e94f2") 5px 3px no-repeat #fafce7;
}
/* 音声ファイルフォーマット */
.formatTypeBox {
  text-align: right;
}
.formatType {
  background-color: #d3aa15;
  text-align: right;
  color: #ffffff;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 4px 9px 0px 0px;
  padding: 0px 19px;
}
.formatType.normal {
  background-color: #b6e400;
}
.formatType.long {
  padding: 0px 24px;
}
.fileDetail {
  color: #828282;
  font-size: 10px;
  text-align: right;
  margin-top: 3px;
}
/* ポイント吹き出し */
.balloon {
  position: absolute;
  display: none;
  width: 155px;
  height: 88px;
  padding-top: 25px;
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -1px;
  z-index: 2;
  background: url("../../images/common/common_balloon_bg.png?ddcc3fa496") 0 7px no-repeat;
}
.balloon a {
  color: #815c00;
}
.balloon.flat {
  background: transparent;
  height: auto;
  width: 264px;
  line-height: 1.4;
  padding-top: 10px;
  margin-left: -45px;
  border-radius: 5px;
}
.balloon.flat::after {
  position: absolute;
  top: 0;
  right: 30px;
  content: "";
  width: 0;
  height: 0;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 10px #ffed5e;
}
.balloon.flat > div {
  border-radius: 5px;
  padding: 10px;
  background: #ffed5e;
}
.balloon.flat > div.textLeft {
  text-align: left;
}
.balloon.flat > div .imgLeft {
  position: absolute;
  right: 10px;
  top: 18px;
}
.autoBalloon {
  position: absolute;
  display: none;
  width: 155px;
  margin-top: 10px;
  padding: 10px;
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -1px;
  z-index: 2;
  background-color: #fffdeb;
  border: 2px solid #fee834;
  border-radius: 4px;
  box-shadow: 1px 3px 4px rgba(100, 100, 100, 0.5);
  word-break: break-word;
  overflow-wrap:break-word;
  word-wrap: break-word;
}
.autoBalloon:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fffdeb transparent;
  z-index: 0;
}
.autoBalloon:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fee834 transparent;
  z-index: -1;
}
/* 共通タイトル */
.common__section__heading {
  position: relative;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #c2c2c2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.common__section__heading span {
  display: block;
  height: 38px;
  padding-left: 15px;
  line-height: 38px;
  border-left: 5px solid #b6e400;
  background: #d8d8d8;
}
.common__section__heading.countIn {
  background-color: #d8d8d8;
  height: 40px;
}
.common__section__heading.countIn>span {
  max-width: 740px;
  background-color: #d8d8d8;
  float: left;
}
.common__section__heading.hires {
  color: #ffffff;
  border: none;
  overflow: hidden;
  background-color: #000000;
}
.common__section__heading.hires>span {
  float: left;
  border-left: 5px solid #d3aa15;
  background: #000000;
  max-width: 885px;
}
.common__section__heading.hires.countIn {
  height: 38px;
}
.common__section__heading.hires.countIn>span {
  max-width: 690px;
}
.common__section__heading span.count,
.common__section__heading.hires span.count {
  display: inline-block;
  height: 18px;
  min-width: 30px;
  margin: 10px 0 0 11px;
  padding: 0 8px;
  color: #8a8a8a;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  border: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background: #f0f0f0;
}
.common__section__heading a {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-block;
  min-width: 150px;
  height: 40px;
  padding: 0 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-indent: -10px;
  letter-spacing: -1px;
  text-decoration: none;
  background: #4d4d4d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.common__section__heading.hires a {
  top: 0px;
  height: 38px;
  background: #999999;
}
.common__section__heading a:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  margin: -5px 10px 0;
  width: 6px;
  height: 10px;
  display: inline-block;
  background: url("../../images/common/common_heading_link_icon.png?51747541e8") 0 0 no-repeat;
}
.common__section__heading.hires a:after {
  background: url("../../images/common/common_hires_heading_link_icon.png?51747541e8") 0 0 no-repeat;
}
.common__section__heading a:hover {
  color: #b6e400;
}
.trend__words {
  margin-bottom: 20px;
  z-index: -1;
  font-size: 12px;
}
.trend__words dl {
  overflow: hidden;
  height: 30px;
}
.trend__words dl dt {
  float: left;
  width: 80px;
  padding-top: 8px;
  font-weight: bold;
}
.trend__words dl dd {
  display: inline-block;
  margin-top: 4px;
  margin-left: 6px;
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #6f6f6f;
  cursor: pointer;
}
.trend__words dl dd a {
  text-decoration: none;
  color: #6f6f6f;
  display: block;
  width: 100%;
  padding: 2px 8px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 270px;
  box-sizing: border-box;
}
.common__section__rank__container {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.common__section__rank__container a {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  min-width: 150px;
  height: 40px;
  padding: 0 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-indent: -10px;
  letter-spacing: -1px;
  text-decoration: none;
  background: #4d4d4d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.common__section__rank__container a:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  margin: -5px 10px 0;
  width: 6px;
  height: 10px;
  display: inline-block;
  background: url("../../images/common/common_heading_link_icon.png?51747541e8") 0 0 no-repeat;
}
.common__section__rank__container a:hover {
  color: #b6e400;
}
.common__long__title__box {
  background: #d8d8d8;
}
.common__long__title__box span.common__long__title {
  background: none;
  padding: 0;
  border: none;
  overflow: hidden;
}
.common__long__title__box span.common__long__title .txtCut1Line {
  max-width: 740px;
  float: left;
}
.common__section__heading.hires span {
  background: #000000;
}

/* ハイレゾタグ */
span.hires.icon {
  display: inline-block;
  border: none;
  margin-left: 4px;
}
span.hires.icon img {
  width: 37px;
  vertical-align: middle;
}
span.hires.icon {
  padding: 2px;
  color: #000;
  height: 12px;
  line-height: 12px;
  margin-left: 6px;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #d6bb0c;
  background-image: -webkit-linear-gradient(bottom, rgba(31, 24, 0, 0.1), rgba(181, 142, 2, 0.1) 52%, rgba(255, 255, 255, 0.1));
  background-image: -moz-linear-gradient(bottom, rgba(31, 24, 0, 0.1), rgba(181, 142, 2, 0.1) 52%, rgba(255, 255, 255, 0.1));
  background-image: -o-linear-gradient(bottom, rgba(31, 24, 0, 0.1), rgba(181, 142, 2, 0.1) 52%, rgba(255, 255, 255, 0.1));
  background-image: -ms-linear-gradient(bottom, rgba(31, 24, 0, 0.1), rgba(181, 142, 2, 0.1) 52%, rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to top, rgba(31, 24, 0, 0.1), rgba(181, 142, 2, 0.1) 52%, rgba(255, 255, 255, 0.1));
}
.common__section__heading span.hires.icon {
  margin-top: 12px;
}
.common__lower__topBox__text span.hires.icon {
  margin-top: -3px;
}
.hires__icon__flex span.hires.icon {
  margin-top: 6px;
  margin-left: 10px;
}

/* safariのみline-heightが1pxずれるのを調整 */
_::-webkit-full-page-media, :root .common__section__heading span {
  line-height: 39px;
}
_::-webkit-full-page-media, :root .common__section__heading span.count {
  line-height: 20px;
}


/* ダウンロードボタン */
.common__dl__btnBox {
  width: 175px;
  text-align: center;
}
.common__dl__btnBox > a,
.common__dl__btnBox > div {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: #4d4d4d;
  border-radius: 4px;
  background-image: url("../../images/common/common_dl_icon.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  -webkit-transition: .1s linear all;
  -moz-transition: .1s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;
}
.common__dl__btnBox a span,
.common__dl__btnBox div span {
  padding-left: 20px;
}
.common__dl__btnBox > div {
  background-color: #dadada;
}
.common__dl__btnBox > a:hover {
  background-color: #717171;
}

/* モーダル関連 */
.common__normalModal {
  width: 590px;
  padding: 50px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
}
.common__normalModal h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.common__normalModal__2column {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.common__normalModal__2column.btn__container {
  width: 350px;
  margin: 0 auto;
}
.common__modal__btn {
  width: 160px;
  text-align: center;
}
.common__modal__btn a {
  display: block;
  width: 100%;
  background-color: #4d4d4d;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 4px;
  -webkit-transition: .1s linear all;
  -moz-transition: .1s linear all;
  -ms-transition: .1s linear all;
  -o-transition: .1s linear all;
  transition: .1s linear all;
}
.common__modal__btn a:hover {
  opacity: 0.8;
}
.common__modal__btn.typeGray a {
  background-color: #999999;
}
/* モーダルアニメーション */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* Appボタン指定 */
.btnc {
    text-align: center; 
}
.btnc__em {
    margin-top: 1em; text-align: center; 
}