body {
    font-family: 'Adamina', serif;
    /* font-family: 'Gelasio', serif; */
}

.seq_area {
    font-family: 'Roboto', serif;
}

.logo {
    font-family: 'OleoScript', serif;
    font-size: 72px;
    /* font-size: 72px; */
    text-align: center;
}

.logo_sub {
    font-family: 'OleoScript', serif;
    font-size: 38px;
    text-align: center;
}

.logo-red {
    color: rgb(190, 44, 46);
    /* color: rgb(200, 54, 56); */
}



.header-divider {
    width: 100%;
    height: 5px; /* 高さを調整 */
    background: linear-gradient(to bottom, #555, #eee, #555); /* グラデーションを適用して薄い長方形に見せる */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* 影を追加 */
    margin-bottom: 20px; /* 上下の余白を追加 */
}

