@charset "UTF-8";
@media screen and (min-width: 901px) {
  .p-music .c-localnav {
    padding-bottom: 42px;
  }
}

.p-music__info-artist {
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .p-music__info-artist {
    font-size: 16px;
    font-size: 4.35vw;
  }
}

.p-music__info-title {
  margin-top: 10px;
  font-size: 32px;
  letter-spacing: 0.1em;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .p-music__info-title {
    margin-top: 8px;
    font-size: 21px;
    font-size: 5.6vw;
  }
}

.p-music__info-title span {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .p-music__info-title span {
    font-size: 11px;
    line-height: 1.8;
  }
}

.p-music__info-subtxt {
  margin-top: 18px;
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .p-music__info-subtxt {
    font-size: 16px;
    font-size: 4.35vw;
  }
}

.p-music__info-img {
  margin-top: 36px;
}

@media screen and (min-width: 901px) {
  .p-music__info-img {
    width: 59.5%;
  }
}

@media screen and (max-width: 900px) {
  .p-music__info-img {
    margin-top: 19px;
  }
}

.p-music__info-txt {
  margin-top: 30px;
}

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

@media screen and (max-width: 900px) {
  .p-music__info-txt {
    margin-top: 18px;
  }
}

.p-music__info-txt + .p-music__info-txt {
  margin-top: 25px;
}

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

.p-music__info-txt_wrap {
  padding-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .p-music__info-txt_wrap {
    padding-bottom: 30px;
  }
}

.p-music__info-txt_wrap + .p-music__info-txt_wrap {
  border-top: 1px solid #ddc154;
}

.p-music__info-txt_cap {
  display: inline-block;
  position: relative;
  margin-top: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 0%, #fff 0%);
  padding: 0 3px;
  height: 36px;
  color: #ddc154;
  font-family: YakuHanJP, "Teko", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック",
 YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .p-music__info-txt_cap {
    margin-top: 30px;
    height: 20px;
    font-size: 20px;
  }
}

.p-music__info-txt .p-in-cap {
  color: #ddc154;
  font-family: YakuHanJP, "Teko", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック",
 YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .p-music__info-txt .p-in-cap {
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 901px) {
  .p-music__info-txt .p-in-cap {
    width: 120px;
  }
}

.p-music__info-txt .p-in-txt {
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1.6;
}

@media screen and (min-width: 901px) {
  .p-music__info-txt .p-in-txt {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 900px) {
  .p-music__info-txt .p-in-txt {
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}

@media screen and (min-width: 901px) {
  .p-music__info-txt .p-in-txt.txt-comment {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.6;
  }
}

@media screen and (max-width: 900px) {
  .p-music__info-txt .p-in-txt.txt-comment {
    font-size: 13px;
  }
}

.p-music__info-txt .p-in-txt a {
  color: #fff;
}

@media screen and (min-width: 901px) {
  .p-music__info-txt .p-in-txt a:hover {
    text-decoration: none;
  }
}

.p-music__info-cap {
  margin-bottom: 20px;
}

.p-music__info-cap-sub {
  -webkit-background-clip: text;
  display: inline-block;
  margin-left: -0.05em;
  background-image: -webkit-gradient(linear, left top, right top, from(#ddc154), to(#cdbe59));
  background-image: linear-gradient(90deg, #ddc154 0%, #cdbe59 100%);
  background-position: left top;
  background-repeat: no-repeat;
  color: transparent;
  font-family: YakuHanJP, "Teko", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック",
 YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

@media (-ms-high-contrast: none) {
  .p-music__info-cap-sub {
    background: none;
    color: #ddc154;
  }
}

@media screen and (max-width: 900px) {
  .p-music__info-cap-sub {
    font-size: 38px;
  }
}

.p-music__info-maininfo {
  margin-top: 60px;
  border-top: 1px solid #ddc154;
  padding-top: 60px;
}

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

@media screen and (min-width: 901px) {
  .p-music__info-maininfo-img {
    padding-right: 41px;
    width: 33.33%;
  }
}


.p-music__info-maininfo-img figcaption {
  display: block;
  margin: 0.6em 0 2em;
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

@media screen and (min-width: 901px) {
  .p-music__info-maininfo-txt {
    width: 66.66%;
  }
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo-txt {
    margin-top: 22px;
  }
}

.p-music__info-maininfo .p-in-title, .p-music__info-maininfo .p-in-name {
  color: #ddc154;
  font-weight: 700;
}

.p-music__info-maininfo .p-in-title {
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

@media screen and (min-width: 901px) and (max-width: 1080px) {
  .p-music__info-maininfo .p-in-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo .p-in-title {
    font-size: 14px;
    font-size: 3.75vw;
    line-height: 1.3;
  }
}

.p-music__info-maininfo .p-in-name {
  margin-top: 8px;
  font-size: 29px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo .p-in-name {
    margin-top: 2px;
    font-size: 16px;
    font-size: 4.3vw;
  }
}

.p-music__info-maininfo .p-in-price {
  vertical-align: baseline;
  margin-top: 12px;
  font-family: YakuHanJP, "Teko", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック",
 YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 38px;
  letter-spacing: normal;
  line-height: 1;
}
.p-music__info-maininfo .p-in-price .-jp {
  vertical-align: baseline;
  font-size: 29px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo .p-in-price {
    margin-top: 6px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .p-music__info-maininfo .p-in-price .-jp {
    font-size: 19px;
    letter-spacing: 0.05em;
  }
}

.p-music__info-maininfo .p-in-detail {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo .p-in-detail {
    margin-top: 18px;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.p-music__info-maininfo .p-in-catch {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo .p-in-catch {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.3;
  }
}

.p-music__info-maininfo .p-in-note {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo .p-in-note {
    font-size: 11px;
    font-size: 2.95vw;
  }
}

.p-music__info-maininfo .p-in-note li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-music__info-maininfo .p-in-url {
  margin-top: 5px;
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo .p-in-url {
    margin-top: 8px;
  }
}

.p-music__info-maininfo .p-in-txt {
  margin-top: 40px;
}

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

.p-music__info-maininfo .p-in-txt + .p-in-txt {
  margin-top: 18px;
}

.p-music__info-maininfo .p-in-txt small {
  font-size: 80%;
}

.p-music__info-maininfo .p-in-list {
  margin-top: 40px;
}

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

.p-music__info-maininfo .p-in-list + .p-in-list {
  margin-top: 18px;
}

.p-music__info-maininfo .p-in-list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-music__info-maininfo .p-in-list > li + li {
  margin-top: 4px;
}

.p-music__info-maininfo .p-in-list > li strong {
  color: #ddc154;
  font-weight: 700;
}

.p-music__info-maininfo .p-in-list > li span.-detail {
  vertical-align: baseline;
  font-size: 70%;
  display: block;
  text-indent: 0;
  padding-left: 1.5em;
}
.p-music__info-maininfo .p-in-list > li small {
  vertical-align: baseline;
  font-size: 70%;
  display: inline-block;
  text-indent: 0;
}

.p-music__info-maininfo .p-in-attention {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo .p-in-attention {
    margin-top: 25px;
  }
}

.p-music__info-maininfo .p-in-attention__cap {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo .p-in-attention__cap {
    font-size: 13px;
    font-size: 3.4vw;
  }
}

.p-music__info-maininfo .p-in-attention__list {
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .p-music__info-maininfo .p-in-attention__list {
    margin-top: 0;
    font-size: 11px;
    font-size: 2.9vw;
    line-height: 1.55;
  }
}

.p-music__info-maininfo .p-in-attention__list li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-music__info-maininfo .p-in-attention__list li a {
  color: #fff;
}

.p-in-btnlist {
  margin-top: 18px;
}

.p-in-btnlist > li a {
  display: block;
  position: relative;
  margin-top: 10px;
  background: #389ad9;
  padding: 17px 0 18px;
  width: 100%;
  max-width: 370px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-indent: -10px;
}

.p-in-btnlist > li a:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  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);
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-in-btnlist > li a:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.p-in-btnlist > li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: -webkit-all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  background: url("../img/common/ar.png") top left no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
}



.p-music .movieWrap {
  position: relative;
  width: 59.5%;
  margin: 1em 0;
}

.p-music .movieWrap:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: -webkit-all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  background: url("../img/common/movie_flame.png") top left no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.p-music .movieWrap .c-thumb__cover {
  -webkit-transform: translate(-50%, 0) skewX(-45deg);
  -ms-transform: translate(-50%, 0) skewX(-45deg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) skewX(-45deg);
  width: 45%;
  height: 100%;
}

.p-music .movieWrap .c-thumb__cover:after {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1, 0);
  transform-origin: bottom center;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  background: #ddc154;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-music .movieWrap:hover .c-thumb__cover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    transform: scale(1, 1);
    transform-origin: top center;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 0.3s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  }
}

.p-music .movieWrap .movieIn {
  position: relative;
  background-size: contain;
  padding-top: 56.25%;
  width: 100%;
}

.p-music .movieWrap .movieIn:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/btn_play.png) center center no-repeat;
  background-size: 15%;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 900px) {
  .p-music .movieWrap {
    width: 100%;
    height: auto;
  }
}