@charset "UTF-8";
.p-disco__list {
  position: relative;
  margin: 54px auto 0;
  font-size: 0;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 900px) {
  .p-disco__list {
    margin-top: 50px;
  }
}

.p-disco__list-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 31%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

@media screen and (min-width: 901px) {
  .p-disco__list-item {
    margin: 0 3.5% 3.3% 0;
  }
  .p-disco__list-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .p-disco__list-item {
    width: 100%;
  }
  .p-disco__list-item:nth-child(n + 2) {
    margin-top: 25px;
  }
}

.p-disco_card {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .p-disco_card .p-disco_card__img,
  .p-disco_card .p-disco_card__inner {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .p-disco_card:hover .p-disco_card__img,
  .p-disco_card:hover .p-disco_card__inner {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
    background: #000;
    color: #fff;
  }
}

.p-disco_card a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-disco_card__img {
  position: relative;
  background-color: #f1f1f1;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
}

.p-disco_card__thumb {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}

.p-disco_card__inner {
  position: relative;
  margin: 0 auto;
  background: #e0e0e0;
  padding: 19px 18px 26px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .p-disco_card__inner {
    padding: 19px 6.5% 24px;
  }
}

.p-disco_card__cate {
  margin-bottom: 1px;
  font-size: 0;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 900px) {
  .p-disco_card__cate {
    margin-bottom: 4px;
  }
}

.p-disco_card__cate span {
  display: inline-block;
  vertical-align: top;
  background: #000;
  padding: 2px 7px 2px;
  color: #fff;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.2;
}

.p-disco_card__title {
  height: 1.5em;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 900px) and (max-width: 300px) {
  .p-disco_card__title {
    font-size: 18px;
  }
}

.p-disco_card__release {
  margin: 3px auto 0;
  color: #8e8e8e;
  font-family: YakuHanJP, "Lato", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 900px) {
  .p-disco_card__release {
    margin-top: 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) and (max-width: 300px) {
  .p-disco_card__release {
    font-size: 16px;
  }
}

.p-disco__foot {
  margin-top: 32px;
}

@media screen and (max-width: 900px) {
  .p-disco__foot {
    margin-top: 42px;
  }
}

.p-disco__back {
  margin-bottom: 45px;
}

@media screen and (max-width: 900px) {
  .p-disco__back {
    margin-bottom: 38px;
  }
}

.p-disco_detail {
  position: relative;
  width: 100%;
}

.p-disco_detail__header {
  position: relative;
  background: #f1f1f1;
}

.p-disco_detail__tab.-info {
  position: relative;
  top: auto;
  left: auto;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 50px 48px 50px;
  pointer-events: auto;
}

@media screen and (min-width: 901px) {
  .p-disco_detail__tab.-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  .p-disco_detail__tab.-info {
    padding: 20px 6% 38px;
  }
}

.is-switch .p-disco_detail__tab.-info {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100%;
  pointer-events: none;
}

.p-disco_detail__tab.-buy {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100%;
  pointer-events: none;
}

.is-switch .p-disco_detail__tab.-buy {
  position: relative;
  top: auto;
  left: auto;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: auto;
}

@media screen and (min-width: 901px) {
  .p-disco_detail__overview {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-top: 16px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 900px) {
  .p-disco_detail__overview {
    margin-top: 40px;
  }
}

.p-disco_detail__title {
  margin-bottom: 4px;
}

.p-disco_detail__title-category {
  margin-bottom: 5px;
  font-size: 0;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 900px) {
  .p-disco_detail__title-category {
    margin-bottom: 4px;
  }
}

.p-disco_detail__title-category span {
  display: inline-block;
  background-color: #000;
  padding: 3px 9px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

@media screen and (max-width: 900px) {
  .p-disco_detail__title-category span {
    padding: 3px 10px;
  }
}

.p-disco_detail__title-main {
  font-size: 36px;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .p-disco_detail__title-main {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 901px) {
  .p-disco_detail__img {
    width: 47.5%;
    max-width: 400px;
  }
}

.p-disco_detail__thumb {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

.p-disco_detail__info {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_detail__info-num {
  margin-top: 17px;
  color: #8e8e8e;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

@media screen and (max-width: 900px) {
  .p-disco_detail__info-num {
    margin-top: 14px;
    line-height: 1.5;
  }
}

.p-disco_detail__info-description {
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .p-disco_detail__info-description {
    margin-top: 16px;
  }
}

.p-disco_detail__date-release {
  color: #8e8e8e;
  font-family: YakuHanJP, "Lato", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.p-disco_detail__buy {
  position: relative;
  margin-top: 50px;
  font-size: 0;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 900px) {
  .p-disco_detail__buy {
    margin-top: 30px;
  }
}

.p-disco_detail__buy-btn {
  display: inline-block;
  position: relative;
  position: relative;
  vertical-align: top;
  z-index: 1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #8e8e8e;
  padding: 16px 40px 16px 0;
  width: 100%;
  max-width: 320px;
  font-family: YakuHanJP, "Lato", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

@media screen and (min-width: 901px) {
  .p-disco_detail__buy-btn::after {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .p-disco_detail__buy-btn:hover::after {
    -webkit-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
            transform: translate(10px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@media screen and (max-width: 900px) {
  .p-disco_detail__buy-btn {
    padding: 12px 22px 12px 0;
    width: 67%;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 900px) and (max-width: 320px) {
  .p-disco_detail__buy-btn {
    width: 80%;
  }
}

@media screen and (max-width: 900px) and (max-width: 279px) {
  .p-disco_detail__buy-btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) and (max-width: 250px) {
  .p-disco_detail__buy-btn {
    width: 90%;
  }
}

.p-disco_detail__buy-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/arrow.svg) right center no-repeat;
  background-size: contain;
  width: 26px;
  height: 100%;
  content: "";
}

@media screen and (max-width: 900px) {
  .p-disco_detail__buy-btn::after {
    width: 15px;
  }
}

.p-disco_detail__mark {
  position: relative;
  margin: 0 auto;
  padding-top: 60px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .p-disco_detail__mark {
    padding-top: 23px;
  }
}

.p-disco_detail__mark-img {
  position: relative;
  margin: 0 auto;
  width: 190px;
}

@media screen and (max-width: 900px) {
  .p-disco_detail__mark-img {
    width: 58%;
    max-width: 380px;
  }
}

.p-disco_detail_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_detail_list__item {
  position: relative;
  margin: 0 auto;
  border-bottom: 2px solid #e0e0e0;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .p-disco_detail_list__item {
    border-width: 1px;
  }
}

.p-disco_detail_area {
  position: relative;
  margin: 0 auto;
  padding: 67px 0 70px 195px;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .-play .p-disco_detail_area {
    padding: 74px 0 75px 195px;
  }
}

@media screen and (max-width: 900px) {
  .p-disco_detail_area {
    padding: 44px 6%;
  }
  .-description .p-disco_detail_area {
    padding-bottom: 40px;
  }
  .-play .p-disco_detail_area {
    padding: 47px 0;
  }
}

.p-disco_detail_area__header {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.4;
}

@media screen and (min-width: 901px) {
  .p-disco_detail_area__header {
    position: absolute;
    top: 68px;
    left: 0;
    padding-right: 17px;
    padding-left: 47px;
    width: 195px;
  }
  .-play .p-disco_detail_area__header {
    top: 84px;
  }
}

@media screen and (max-width: 900px) {
  .p-disco_detail_area__header {
    margin-bottom: 17px;
  }
  .-description .p-disco_detail_area__header {
    margin-bottom: 12px;
  }
}

.p-disco_detail_area__title {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .p-disco_detail_area__title {
    font-size: 15px;
    line-height: 1.2;
  }
}

.p-disco_detail_area__inner {
  position: relative;
  margin: 0 auto;
}

.p-disco_detail_area__description {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2;
}

@media screen and (min-width: 901px) {
  .p-disco_detail_area__description {
    min-height: 40px;
  }
}

.p-disco_buy {
  position: relative;
  padding: 49px 12.5% 60px;
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
  .p-disco_buy {
    padding: 49px 7.5% 60px;
  }
}

@media screen and (max-width: 900px) {
  .p-disco_buy {
    padding: 62px 8.5%;
  }
}

.p-disco_buy__inner {
  position: relative;
}

.p-disco_buy__close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 30px;
}

@media screen and (max-width: 900px) {
  .p-disco_buy__close {
    width: 32px;
  }
}

.p-disco_buy__cap {
  font-family: YakuHanJP, "Lato", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .p-disco_buy__cap {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 900px) and (max-width: 300px) {
  .p-disco_buy__cap {
    font-size: 17px;
  }
}

@media screen and (min-width: 901px) {
  .p-disco_buy__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 901px) {
  .p-disco_buy__box + .p-disco_buy__box {
    margin-left: 6%;
  }
  .p-disco_buy__box.-streaming {
    width: 31%;
  }
  .p-disco_buy__box.-buy {
    width: 63%;
  }
}

@media screen and (max-width: 900px) {
  .p-disco_buy__box + .p-disco_buy__box {
    margin-top: 35px;
  }
}

.p-disco_buy__list {
  margin-top: 18px;
}

@media screen and (min-width: 901px) {
  .p-disco_buy__list.-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 900px) {
  .p-disco_buy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 11px;
  }
}

@media screen and (max-width: 900px) and (max-width: 359px) {
  .p-disco_buy__list {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 901px) {
  .p-disco_buy__item:nth-child(n + 2) {
    margin-top: 10px;
  }
  .-inline .p-disco_buy__item {
    width: 49%;
  }
  .-inline .p-disco_buy__item:nth-child(2n) {
    margin-left: 2%;
  }
  .-inline .p-disco_buy__item:nth-child(n + 2) {
    margin-top: 0;
  }
  .-inline .p-disco_buy__item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 900px) {
  .p-disco_buy__item {
    width: 48.5%;
  }
  .p-disco_buy__item:nth-child(2n) {
    margin-left: 3%;
  }
  .p-disco_buy__item:nth-child(n + 3) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 900px) and (max-width: 359px) {
  .p-disco_buy__item {
    width: 100%;
  }
  .p-disco_buy__item:nth-child(2n) {
    margin-left: 0;
  }
  .p-disco_buy__item:nth-child(n + 2) {
    margin-top: 6px;
  }
}

.p-disco_modal_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_modal_list__item {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_modal_list__item:nth-child(n + 2) {
  border-top: 2px solid #e0e0e0;
}

@media screen and (max-width: 900px) {
  .p-disco_modal_list__item:nth-child(n + 2) {
    border-width: 1px;
  }
}

.p-disco_track_list {
  position: relative;
  width: 100%;
}

.p-disco_track_list__item {
  position: relative;
  width: 100%;
}

.p-disco_track_list__item:nth-child(n + 2) {
  margin-top: 9px;
}

@media screen and (max-width: 900px) {
  .p-disco_track_list__item:nth-child(n + 2) {
    margin-top: 10px;
  }
}

.p-disco_track {
  font-size: 0;
  letter-spacing: -0.4em;
}

@media screen and (max-width: 900px) {
  .p-disco_track {
    font-size: 13px;
    letter-spacing: 0.08em;
  }
}

.p-disco_track__title {
  display: inline;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-disco_track__title .is-num {
  padding-right: 0.25em;
}

@media screen and (max-width: 900px) {
  .p-disco_track__title .is-num {
    padding-right: 0.5em;
  }
}

.p-disco_track__btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 4px;
  padding: 3px;
  width: 20px;
}

.p-sound_player {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .p-sound_player__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-sound_player__title {
  position: relative;
  background: #000;
  width: 246px;
}

@media screen and (max-width: 900px) {
  .p-sound_player__title {
    width: 100%;
  }
}

.p-sound_player__title::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/disco/loader.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
}

.is-player-load .p-sound_player__title::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-sound_player__title-text {
  display: block;
  padding: 12px 16px 0;
  width: 100%;
  height: 38px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .p-sound_player__title-text {
    padding: 13px 8px;
    height: auto;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}

.p-sound_player__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  border: 1px solid #000;
  width: 320px;
}

@media screen and (max-width: 900px) {
  .p-sound_player__controller {
    width: 100%;
  }
}

.is-player-load .p-sound_player__controller {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-sound_player__btn {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #000;
  padding: 14px 0;
  width: 39px;
  height: 38px;
}

.p-sound_player__btn--play {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.p-sound_player__btn--play.is-playing {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background: #000;
}

@media screen and (min-width: 901px) {
  .p-sound_player__btn {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background: transparent;
  }
  .p-sound_player__btn:hover {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background: #8e8e8e;
  }
}

@media screen and (max-width: 900px) {
  .p-sound_player__btn {
    padding: 12px 0;
    width: 36px;
    height: 36px;
  }
}

.p-sound_player__btn:first-child {
  border-left: none;
}

.p-sound_player__btn::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-sound_player__btn:hover::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-sound_player__btn img {
  margin: 0 auto;
  max-width: none;
  height: 12px;
}

@media screen and (max-width: 900px) {
  .p-sound_player__btn img {
    height: 10px;
  }
}

.p-sound_player__time {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border-left: 1px solid #000;
  padding: 15px;
  height: 38px;
}

@media screen and (max-width: 900px) {
  .p-sound_player__time {
    padding: 12px;
    height: 36px;
  }
}

.p-sound_player__time-in {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.p-sound_player__time-bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 2px;
}

.p-sound_player__time-bar::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 10px;
  content: "";
}

.p-sound_player__time-bar--now {
  z-index: 1;
  background: #000;
  width: 0;
}

.p-sound_player__time-bar--amount {
  background-color: #e0e0e0;
  width: 100%;
}

.p-sound_player__instance {
  display: none;
}

.m-modal #mvPlayer_player_wrap {
  position: relative;
  width: 100%;
}

.m-modal #mvPlayer_player_wrap > div {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.m-modal #mvPlayer_player_wrap + * {
  display: none;
}

.m-modal .video-js {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
