#sps-maintenance{
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden
}

.sps-maintenance{
    font-family: 'Montserrat', sans-serif;
}

main.sps-maintenance{
    background-image: url("https://spherasports.jp/wp-content/uploads/2023/09/SPS_LANDING-MANTEN.jpg");
    min-height: 100vh;
    height: 100vh;
    
    background-position: center bottom;
    background-repeat: no-repeat;
    
    background-size: cover; 

}

.sps-maintenance-logo{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.sps-maintenance-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    width: 50%;
    margin: auto;
}
.sps-maintenance-text h2{
    color: #1B1D36;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 102%; /* 48.96px */
    letter-spacing: -0.48px;
}

.sps-maintenance-text p{
    color: #1B1D36;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 18.9px */
    text-wrap: balance;
}


.sps-maintenance-rs{
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    
    margin-top: 30px;
}

.sps-maintenance-rs button.sps-rs-item{
    background-color: transparent;
    border-radius: 50%;
    padding: 4px;
    border: 2px solid rgba(27, 29, 54, 0.3);
    
    width: 40px;
    height: 40px;
    
    cursor: pointer;
}

.sps-maintenance-rs button.sps-rs-item:hover{
    background-color: rgba(27, 29, 54, 0.1);
}

.sps-rs-item img{
    width: 60%;
    height: 60%;
}

@media only screen and (max-width: 600px){
    .sps-maintenance-text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        
        width: 86%;
        margin: auto;
    }
    
    .sps-maintenance-text h2{
        color: #1B1D36;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 102%; /* 48.96px */
        letter-spacing: -0.48px;
    }
    
    main.sps-maintenance{
        background-image: url("https://spherasports.jp/wp-content/uploads/2023/09/SPS_LANDING-MANTEN.jpg");
        min-height: 90vh;
        height: 90vh;
        
        background-position: center bottom;
        background-repeat: no-repeat;
        
        background-size: 100% auto;

    
    }
    .sps-maintenance-text{
        margin-top: 40px;
    }
}