/* soundimagine.jp css */

html {
    font-size: 16px;
    background-color: rgb(0, 0, 0);
}

body {
    color: black;
}

a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #ffffff;
}

li {
    list-style: none;
}

.header {
    position: sticky;
    top: 0px;
    max-width: 1920px;
    background-color: rgb(89, 0, 12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 4%;
}

.header .title h1 {
    font-size: 2rem;
    color: whitesmoke;
}
.header .title h3 {
    font-size: 1.0rem;
    color: whitesmoke;
}

.menu {
    /* display: flex; */
}
.menu ul {
    display: flex;
}
.menu ul li {
    margin-left: 20px;
}

.main {
    background-image: url(../img/back-pc.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
    color: whitesmoke;
    margin: 0% 3% 0% 3%;
}

.sectionStyle {
    display: flex;
    margin: 30px 3% 10px 50px;
    background-color: rgba(0, 0, 60, 0.7);
}

.midashi {
    width: 120px;
    margin-right: 50px;
    text-align: center;
    background-color: rgba(150, 150, 150, 0.5);
}

.contentsStyle{
    /* margin: 0px 3% 0px 20px; */
    /* background-color: rgba(150, 150, 150, 0.5); */
}

.contentsLink {
    background-color: #ffffff;
    /* margin: 5px 5px 5px 5px; */

}

.profileStyle {
    /* margin: 0px 5% 10px 5%; */
    font-size: 0.8rem;
}

.worksStyle {
    /* margin: 0px 3% 10px 5%; */
    font-size: 0.8rem;
}

.contactStyle {
    /* margin: 0px 3% 10px 3%; */
}

.footer {
    color: whitesmoke;
    height: 40px;
    padding: auto;
    font-size: 0.8rem;
    text-align: center;
}

.footer p {

}