@charset 'utf-8';

/* top
------------------------------------------------ */
.content {
    padding-bottom: 85px;
}
.masthead {
    background-image: url(../../img/hymn/masthead.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
    .masthead .title {
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        padding: 5.5% 0;
    }

.song-box {
    background-size: 1200px;
    background-image: url(../../img/hymn/bg-song.png);
    height: 590px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    vertical-align: top;
}
    .song-box .text-song {
        padding: 56px 69px 0 0;
        text-align: right;
        display: block;
    }
    .song-box .text-song dd,
    .song-box .text-song dt,
    .song-box .text-song dt a {
	    display: inline-block;
	    vertical-align: bottom;
    }

.honorable-box {
    background-size: 1200px;
    background-image: url(../../img/hymn/bg-honorable.jpg);
    height: 535px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    vertical-align: top;
}
    .honorable-box .text-honorable {
        padding: 50px 0 0 60px;
        text-align: left;
    }


.listen-list {
    display: block;
    overflow: hidden;
    padding: 45px 40px 0 60px;
}
    .listen-list .listen-box {
        display: inline-block;
        float: left;
        width: 40%;
    }
        .listen-list .listen-box li {
            display: inline-block;
            margin-right: 8%;
        }
        .listen-list .listen-box li a {
            display: block;
        }
    .listen-list .lists {
        position: relative;
        float: right;
        display: inline-block;
        width: 60%;
        overflow: auto;
    }
        .listen-list .lists p {
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-size: 2.4rem;
            line-height: 55px;
            margin-bottom: 25px;
        }
        .listen-list .lists p:first-child { height: 4em; }
        .listen-list .lists p:last-child { height: 15em; }


/* responsive style
------------------------------------------------ */

@media screen and (max-width: 640px) {
.content {
    padding-bottom: 50px;
}
.content.wrap {
    margin: 0;
}
    .masthead {
        background-size: 100%;
        background-image: url(../../img/hymn/sp_masthead.png);
    }
        .masthead .title {
            padding: 4.6% 0;
        }
            .masthead .title img { width: 20%; }

    .song-box {
        background-image: url(../../img/hymn/sp_bg-song.png);
        display: inline-block;
        width: 100%;
        height: auto;
        background-size: cover;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .song-box .text-song {
        width: 43%;
        float: right;
        padding: 6%;
        position: relative;
    }
        .song-box .text-song dt {
            position: absolute;
            bottom: 8%;
            width: 23%;
        }
    .honorable-box {
        background-image: url(../../img/hymn/sp_bg-honorable.jpg);
        display: inline-block;
        width: 100%;
        height: auto;
        background-size: cover;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .honorable-box .text-honorable {
        width: 80%;
        float: left;
        padding: 8% 0 8% 10%;
    }
    .listen-list {
        padding: 6% 6% 0;
    }
        .listen-list .listen-box {
            text-align: center;
            float: none;
            width: 100%;
        }
            .listen-list .listen-box li {
                margin-right: 0;
            }
            .listen-list .listen-box img {
                width: 60%;
            }
        .listen-list .lists {
            width: 100%;
        }

    .listen-list .lists p {
        font-size: 1.8rem;
        line-height: 31px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 375px) {
    .listen-list .lists p {
        font-size: 1.6rem;
        line-height: 28px;
    }
}