/* 2026-08 ヘッダー・TOP・サイドバー調整 */
.bloom-info-head {
    overflow: hidden;
    white-space: nowrap;
}

.bloom-info-head__ticker {
    display: inline-block;
    min-width: max-content;
    padding-left: 100%;
    animation: bloom-info-ticker 45s linear infinite;
    color: #fff;
}

@keyframes bloom-info-ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce) {
    .bloom-info-head__ticker {
        padding-left: 0;
        animation: none;
        white-space: normal;
    }
}

.bloom-main-banner img {
    display: block;
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
}

.bloom-new-topics {
    margin: 0 0 22px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d7d7d7;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: .04em;
}

.bloom-stepup-widget .cat-p {
    margin: 0 0 14px;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
}

.bloom-stepup-widget .cat-wrap a {
    display: block;
    width: 100%;
    margin: 0 0 12px;
}

.bloom-stepup-widget .cat-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.bloom-x-intro {
    display: inline-block;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.6;
}

.bloom-profile-button {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 22px;
    border: 1px solid #222;
    border-radius: 3px;
    background: #222;
    color: #fff !important;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}

.bloom-profile-button:hover,
.bloom-profile-button:focus {
    background: #fff;
    color: #222 !important;
}

@media only screen and (max-width: 767px) {
    .bloom-new-topics {
        font-size: 2.3rem;
    }
}
