@charset "utf-8";
/* default PC */

/* 歌詞ページ */
body  {
    background-color: #f3f3f3;
}

.lyrics-item {
    background-color: #fff;
    padding: 50px 50px 60px 50px;
    margin: 0;
    width: 70%;
}

#contents .lyrics-item h2 {
    font-size: 140%;
    color: #a42020;
    text-align: left;
    padding: 0 0 14px 0;
    margin: 0px 0 12px 0;
    border-bottom: 1px solid #dedede;
    font-family: "futura-pt", sans-serif, "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
}

.lyrics-item-txt {
    margin: 40px 0 0 0;
}

.lyrics-item .play-box {
  align-items: center;
  display: grid;
  grid-template-columns: 50px calc(100% - 50px);
  margin: 0;
  max-width: 800px;
}

#contents .lyrics-item .play-box .play-box-ttl {
  color: #a42020;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

#contents .lyrics-item .by {
    margin-bottom: 40px;
}

#contents .link-area {
    margin: 70px 0 40px 0;
}

.link-btn.return {
    padding: 13px 0 13px 25px;
    max-width: 340px;
}

.link-btn.return:after {
    background: url(../image/contents/arrow_white.svg) no-repeat center / contain;
    content: "";
    display: block;
    height: 26px;
    width: 26px;
    position: absolute;
    left: 20px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
}

#contents .lyrics-item-txt p {
    line-height: 1.86em;
}

#contents .lyrics-item-txt p ruby rt {
    margin: 4px 0 0 0;
    letter-spacing: 0;
}

@media screen and (max-width: 1500px) {
.lyrics-item {
    width: 100%;
}
}

@media screen and (max-width: 1200px) {
.lyrics-item {
    width: 100%;
}
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
.lyrics-item {
    padding: 40px;
}
}


/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

.lyrics-item {
    padding: 20px;
}

#contents .lyrics-item h3 {
    font-size: 22px;
    line-height: 1.5em;
}
}

  /* view-559 Mobile */
@media screen and (max-width: 559px) {}

