/*
Theme Name: 北海道エナジティック　
Version: 1.0
*/

.error-404 {
    margin-top: 120px;
}
.error-404__container {
    margin: 100px auto;
    text-align: center;
}
.error-404__title {
    background: linear-gradient(to right, #DA3E3B 0%, #FF7341 43%, #FBA681 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    width: fit-content;
    font-size: 48px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-inline: auto;
    margin-bottom: 20px;
}

.error-404__title--ja {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #202020;
}
.error-404__text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #333333;
    margin-bottom: 70px;
}

.error-404__link {
    display: inline-block;
}

.error-404__link img {
    width: auto;
    height: 48px;
    margin-inline: auto;
    object-fit: contain;
}
.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-only {
        display: block;
    }
    .error-404__title {
        font-size: 32px;
    }
    .error-404__title--ja {
        font-size: 20px;
    }
    .error-404__text {
        font-size: 14px;
    }
    .error-404__link img {
        height: 60px;
    }
    
}