@charset "utf-8";


body {
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    margin: 0;
    padding: 0;
    background: #fdeef3;
    background: fixed;
    background-image: url(../../assets/img/background.jpg);
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

p, span, h1, h2, h3, h4 {
    line-height: 1;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    vertical-align: top;
}

.contents-wrapper {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.kv-text1 {
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
    background-image: url(../img/kv-treat.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: right 20px top 20px;
}

.kv-text1 span {
    display: block;
    color: #fc3bc0;
    font-size: 50px;
    font-weight: 600;
    font-family: priori-sans, sans-serif;
    letter-spacing: .008em;
    filter: drop-shadow(4px 4px 0px #f3d5fa);
}

/* .kv-text1 span:last-child {
    margin-top: 15px;
} */

.kv-text2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

.kv-text3 {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

/* song1 */

#song1 {
    background: url(../img/song1-bg.jpg);
    background-size: cover;
    padding: 30px 0px;
    margin-top: 30px;
}

#song1 .title {
    text-align: center;
}

.song-number {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#song1 .song-number span:first-child {
    font-size: 20px;
    color: #d24a4a;
    padding-top: 14px;
    font-weight: 600;
    font-family: priori-sans, sans-serif;
    letter-spacing: .12em;
    margin-right: 5px;
}

#song1 .song-number span:last-child {
    font-size: 45px;
    color: #d24a4a;
    font-weight: 600;
    font-style: italic;
    font-family: futura-pt, sans-serif;
}

#song1 .title h2 {
    font-size: 22px;
    color: #d24a4a;
    letter-spacing: .14em;
}

#song1 .song1-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#song1 .song1-text span {
    font-size: 14px;
    color: #d24a4a;
}

#song1 .song1-text {
    display: flex;
}

#song1 .song1-text2 {
    margin-left: 20px;
}

#song1 .song1-text h3 {
    font-size: 14px;
    color: #6d2828;
    margin-left: 10px;
}

#song1 .song1-text .font-small {
    font-size: 12px !important;
    margin-top: 1px;
    display: block;
    margin-left: 3px;
    padding-top: 1px;
    color: #6d2828;
}

#song1 .song1-photo {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

#song1 .link {
    width: 90%;
    margin: 0 auto;
    height: 50px;
    background: #d24a4a;
    border-radius: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    box-shadow: 0px 0px 0px 5px #fff;
    transition: all .5s;
}

#song1 .link:hover {
    background: #9d11e6;
}


#song1 .link span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .12em;
}

/* song2 */

#song2 {
    background: url(../img/song2-bg.jpg);
    background-size: cover;
    padding: 30px 0px 50px;
}

#song2 .title {
    text-align: center;
}

.song-number {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

#song2 .song-number span:first-child {
    font-size: 20px;
    color: #9d11e6;
    padding-top: 14px;
    font-weight: 600;
    font-family: priori-sans, sans-serif;
    letter-spacing: .12em;
    margin-right: 5px;
}

#song2 .song-number span:last-child {
    font-size: 45px;
    color: #9d11e6;
    font-weight: 600;
    font-style: italic;
    font-family: futura-pt, sans-serif;
}

#song2 .title h2 {
    font-size: 22px;
    color: #9d11e6;
    letter-spacing: .12em;
}

#song2 .song2-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#song2 .song2-text span {
    font-size: 14px;
    color: #9d11e6;
}

#song2 .song2-text {
    display: flex;
}

#song2 .song2-text2 {
    margin-left: 20px;
}

#song2 .song2-text h3 {
    font-size: 14px;
    color: #5a0e82;
    margin-left: 10px;
}

#song2 .song2-text .font-small {
    font-size: 12px !important;
    margin-top: 1px;
    display: block;
    margin-left: 3px;
    padding-top: 1px;
    color: #5a0e82;
}

#song2 .song2-photo {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

#song2 .link {
    width: 90%;
    margin: 0 auto;
    height: 50px;
    background: #9d11e6;
    border-radius: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    box-shadow: 0px 0px 0px 5px #fff;
    transition: all .5s;
}

#song2 .link:hover {
    background: #d24a4a;
}

#song2 .link span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .12em;
}