@charset "utf-8";

html {
    font-size: 18px;
} 

body {
    font-family: 'Yu Gothic', '游ゴシック', sans-serif;
    line-height: 1.8;
    background-color: #000000;
    color: #FFFFFF;
}

.maintenance {
    width: 100%;
    text-align: center;
}

picture {
    position: relative;
}

picture img {
    width: 100%;
    height: 400px;
}

.visual {
    width: 100%;
}

.site-maintenance {
    font-size: 52px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-170%);
    padding: 0;
    margin: 0;
}

.text {
    font-size: 28px;
    margin-top: 50px;
}

.move {
    margin-top: 50px;
    line-height: 2;
}

@media screen and (max-width: 639px) {
	picture img {
        width: 100%;
        height: 160px;
    }
    .site-maintenance {
        position: inherit;
        font-size: 32px;
        transform: translate(-50%,40%);
    }
    .text {
        max-width: 600px;
        font-size: 20px;
        margin: 0 auto;
        padding: 50px 15px;
        }   
}

@media only screen and (min-width:640px) and (max-width:949px) {
    .site-maintenance {
        position: inherit;
        font-size: 30px;
        transform: translate(-50%,40%);
    }

    .text {
        max-width: 900px;
        font-size: 24px;
        margin: 0 auto;
        padding: 50px 15px;
    } 

}