@charset "UTF-8";

/* 共通部分 */
html {
    font-size: 100%;
}
body {
    background-color: #222034;
    font-family: 'DotGothic16', sans-serif;
    line-height: 1.7;
    color: #ffffff;
    margin: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}
a:visited {
    color: #ffffff;
    text-decoration: none;
}

h1 {
    font-family: 'DotGothic16', sans-serif;
}

.main-title a {
    color: #ffffff;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.main-nav li {
    margin: 10px 20px;
}
.main-nav a {
    color: #dddddd;
}
.main-nav a:hover {
    color: #ffffff;
}

.page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#home .page-title {
    text-transform: none;
}

h2 {
    font-family: 'DotGothic16', sans-serif;
    line-height: normal;
}

.page-title {
    margin-top: 15px;
}

p {
    line-height: 1.7;
    text-align: justify;
}

aside {
    width: 100%;
    margin-bottom: 20px;
}
aside p {
    padding: 5px 10px;
    font-size: 0.875rem;
}

article {
    width: 100%;
}

.freemusic-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
}

.btn, .btn2 {
    display: inline-block;
    background: #0bd;
    border-radius: 5px;
    padding: 10px 32px;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
}

.btn2 {
    background: #B2D235;
}

@media screen and (min-width: 601px) {
    .freemusic-contents {
        flex-direction: row;
    }

    aside {
        width: 22%;
        margin-bottom: 0;
    }

    article {
        width: 74%;
    }
}

footer {
    background: #000000;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #ffffff;
    font-size: 0.875rem;
}
