.scene-block {
    margin: 60px 0;
    text-align: center;
}

.scene-block-inner {
    max-width: 600px;
    margin: 0 auto;
}

.scene-block-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
    font-weight: normal;
}

.scene-block-desc {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 22px;
    line-height: 1.6;
}

.scene-block-link {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #333;
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
    transition: all 0.25s ease;
}

.scene-block-link:hover {
    background: #333;
    color: #fff;
}



/*（追加）*/
.soon-note {
    font-size: 1.4rem;
    color: #f1176e;
    margin-bottom: 10px;
    text-align: center;
}