/* CSS INFORMATION -====================================================
File name : music.css
Description :
===================================================================== */
/* =====================================================================
*    music
* =================================================================== */
.music {
    position: relative;
    color: #16130c;
}
.music::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 12rem;
    left: 0;
    border-top: 1px solid #16130c;
    z-index: 1;
}
.music h2.ttl {
    left: 0;
}
.music h2.ttl span.en {
    left: auto;
    left: -1.5rem;
}
.music .music_img {
    width: calc(490 / 690 * 100%);
    margin: 0 auto 6rem;
}
.music dl.music_ttl {
    text-align: center;
}
.music dl.music_ttl dt {
    color: #16130c;
    font-size: 3.6rem;
    line-height: 1;
}
.music dl.music_ttl dd {
    color: #16130c;
    font-size: 2.6rem;
    line-height: 1.8;
}
.music dl.music_ttl dd span {
    color: #7ca986;
    font-size: 6rem;
}

@media screen and (min-width: 768px) {
  .music .music_img {
        width: 49rem;
  }
  .music dl.music_ttl dt {
        font-size: 2.6rem;
  }
  .music dl.music_ttl dd {
        font-size: 1.8rem;
  }
  .music dl.music_ttl dd span {
        font-size: 4rem;
  }
}
/* ---- comment  ----------------------------------- */
.comment {
    box-shadow: 0 0 30px rgba(208, 205, 188, 0.8) inset;
    background: url(../images/common/bg_paper_white.jpg) repeat top center/50%;
    color: #16130c;
    padding: 10rem 0 16rem;
}
.comment .inner_contents {
    padding: 3rem 5rem;
}
.comment dl dt {
    width: 90%;
    max-width: 450px;
    margin: 0 auto 5rem;
    background: #f8f6f0;
    border-top: 1px solid #4e4636;
    border-bottom: 1px solid #4e4636;
    color: #4e4636;
    font-size: 3.6rem;
    text-align: center;
    line-height: 8.3rem;
}

@media screen and (min-width: 768px) {
  .comment {
        padding: 12rem 0 20rem;
  }
  .comment dl dt {
        font-size: 1.8rem;
  }
}

/*# sourceMappingURL=music.css.map */
