.toppage-movie video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.mat1128 {
    width: 100%;
    height: 300px;
    background-color: #333;
    color: white;
    align-content: center;
}

.mat1128 p {
    text-align: center;
}

.mat1128 p:first-child {
    font-size: 25px;
}

.mat1128 p:nth-child(2) {
    font-size: 15px;
}

 
/* お知らせエリア */
.news {
    width: 100%;

}

.news-title h2 {
    font-family: "Noto Serif JP", serif;
    color: black;
    font-size: 3rem;
    letter-spacing: 0.12em;
    padding-left: 9rem;
    padding-top: 20px;
}