body {
    background: #e9e9e9;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

main{
    margin-top: 630px;
    letter-spacing:0.2em;
}

header {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
}

footer{
    position: sticky;
    top: 100vh;
    width: 100%;
    width: 100%;
    height: 100px;
    background: #dbdbdb;
}

a{
    text-decoration: none;
}

.headinner{
    max-width: 900px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    margin: 0 auto;
    padding: 0 4%;
}

a:hover {
    opacity: 0.7;
}

.footinner{
    font-size: 13;
    max-width: 900px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    margin: 0 auto;
    padding: 0 4%;
}

.item {
    max-width: 1000px;
    margin: 50px auto 50px auto;
    font-size: 0.9rem;
    padding: 0 4%;
}

.center{
    width: 100%;
    margin-top: 80px;
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    background: #191919;
    display: flex;
    justify-content: center;
}

.mainpicture {
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: block;
}

.title{
    text-align: center;
    max-width: 900px;
    justify-content: space-between;
    align-items: center;
    margin: 10 auto;
}

.subtitle{
    
    display: flex;
    align-items: center;
    margin: 10 auto;
}

.titlebar {
    margin: 2px 5px 0px 0px;
    background: rgb(121, 145, 240);
    width: 10px;
    height: 25px;
}

ul {
    padding: 0rem;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

li 
{
    font-size: 15;
    text-align: center;
    width: 270px;
    margin: 5px 5px;
    padding: 2em 1em 1em 1em; 
    background: #dbdbdb;
    color: #393939;
}

.itemtext{
    text-indent:0.2em;

}

li:hover {
    opacity: 0.7;
}

.breaking{
    margin: 0px auto 50px auto;
}

h1{
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

h2{
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

th{
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}