*{
    padding:0px;
    margin:0px;
}
body{
    font-family: "Noto Serif JP";
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size:15px;
    letter-spacing:0;
    color:#0E0E0E;
    background: #FFF;
}
a{
    text-emphasis:none;
    color:#0E0E0E;
}
a:hover{opacity:0.6;transition: .4s;}
img{
    display:inline-block;
    vertical-align:bottom;
    width:100%;
}
.pc-br{display:block;}
.sp-br{display:none;}

header{background: #E8528D;}
h1{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    padding:10px 0px;
    color: #FFF;
}
.main img{
    width:100%;
    max-width: 800px;
    margin:auto;
    display: block;
}
.contents{
    display: flex;
    padding: 60px 50px;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    max-width: 800px;
    margin:auto;
}
p{
    font-family: "Noto Sans JP";
    color:#758C9E;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing:1.28px;
}
h2{
    color:#E8528D;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 2.8px;
}
h2 > span{
    display: block;
    font-size:18px;
    font-weight:600;
    line-height:26px;
    letter-spacing: 1.44px;
    padding:5px 0px 0px 0px;
}
.tracklist{
    width:180px;
    margin:auto;
    display:block;
}
footer{
    background: #00977C;
    display:flex;
    padding:30px 40px;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    align-self:stretch;
}
footer h2{
    color:#FFF;
    font-size:16px;
    font-weight:500;
    line-height: 26px;
    letter-spacing: 0px;
}
footer a{
    width:380px;
    margin:15px auto;
    display: block;
}
footer p{
    color:#FFF;
    text-align:center;
    font-size:11px;
    font-weight:500;
    line-height: 20px;
}
@media screen and (max-width: 768px){
    .pc-br{display:none;}
    .sp-br{display:block;}

    header{padding:10px;}
    h1{
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding:0;
    }
    .main{padding:0px;}
    .contents{
        padding:20px 20px 30px 20px;
        gap:30px;
    }
    p{
        font-size:14px;
        font-weight: 400;
        line-height:26px;
        letter-spacing:1.12px;
    }
    h2{
        font-size:24px;
        font-weight: 700;
        line-height:32px;
        letter-spacing: 1.92px;
    }
    h2 > span{
        font-size:14px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 1.12px;
    }
    .tracklist{
        width:140px;
    }
}