h1.entry-title,
div.date-tags,
#breadcrumb {
    display: none;
}

div.frame {
    max-width: 1237px;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
}

div.title {
    display: flex;
    justify-content: center;
}

p.title {
    font-family: 'Minecraftia', sans-serif;
    font-style: normal;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.0;
}

/*834px以上*/
@media screen and (min-width: 835px) {
    p.title {
        font-size: 176px;
    }

    img.title-img {
        width: 176px;
        height: 176px;
        margin-top: 20px;
    }

    p.subtitle {
        font-family: 'Minecraftia', sans-serif;
        font-style: normal;
        font-weight: bold;
        text-align: center;
        font-size: 54px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    p.message404 {
        font-size: 18px;
        text-align: center;
        margin-top: 75px;
        font-weight: bold;
    }
}

/*834px以下*/
@media screen and (max-width: 834px) {
    p.title {
        font-size: 128px;
    }

    img.title-img {
        width: 128px;
        height: 128px;
        margin-top: 20px;
    }

    p.subtitle {
        font-family: 'Minecraftia', sans-serif;
        font-style: normal;
        font-weight: bold;
        text-align: center;
        font-size: 34px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    p.message404 {
        font-size: 18px;
        text-align: center;
        margin-top: 40px;
        font-weight: bold;
    }

    .br1 {
        display: none;
    }
}