@charset "utf-8";
body{
    background-color: rgb(44, 46, 48);
    background-image: url("e/g20180727_IMAG0304.jpg");
    background-size: 100% auto;
}

*{
    color: white;
    text-align: center;
    list-style: none;
    word-wrap: break-word; /*文字の折り返し*/
}
.container{
    width: 95%;
    margin: 0 auto;
}

h1{
    width: 100%;
    /* background-image: url("../img/bk_wood.jpg"); */
    background-size: cover;
    color: white;
    height: 60px;
    line-height: 60px;
    font-family:'Nothing You Could Do', cursive;
    border-radius: 8px;
    /* 文字の太さ */
    font-weight: normal;

    box-shadow:5px 6px 18px -4px #000000;
    -moz-box-shadow:5px 6px 18px -4px #000000;
    -webkit-box-shadow:5px 6px 18px -4px #000000;    
    margin: 0px auto 20px;
}
h2{
    margin: 0;
    font-family: 'Nothing You Could Do', cursive;
}
p{
    width: 90%;
    text-align: left;
    margin: 40px auto 40px;
    opacity: 0.7;
    border-radius: 20px;
}
p.nav_txt{
    width: auto; /* navの文字の大きさ初期値に戻す */
}
.p_big{
    font-size: x-large;
}
.stringBig{
    font-size: xx-large;
}





img{
    display: block;
    width: 100%;
    height: auto;
}
.title_img{
    width: 100%;
    height: auto;
    background-size: cover;
    text-align: center;
    margin: 0;
}
.title_img img{
    border-radius: 8px;
}

.rogo{
    width: 50%;
    margin: 0 auto;
}

.con_story{
    background-image: url("");
    background-size: 80%,cover;
    background-repeat: no-repeat;
    background-position: center;
    
    margin-top: 15px;
    padding-bottom: 20px;
}
.con_story p{  /*あらずじ：文字後ろの背景*/
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin: 30px auto;
    padding: 10px;
}

.con_screenshot{
    background-image: url("");
    background-size: 80%,cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px auto 0;
    padding-bottom: 20px;
    
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}


.con_character{    
    margin-top: 20px;
    padding-bottom: 20px;
}
img.character{
    width: 100%;
    height: auto;
}
.character{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;

    margin-top: 30px;/*magin-top_bottom_IE対応*/
    margin-bottom: 30px;
}


.con_download{
    margin-top: 20px;
    padding-bottom: 20px;

    background-image: url("");
    background-size: 80%,cover;
    background-repeat: no-repeat;
    background-position: center;
}
.con_download p{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin: 30px auto;
    padding: 10px;
}
.con_download h2{
    width: 50%;
    background-image: url("../img/bk_wood.jpg");
    background-size: cover;
    color: white;
    box-shadow:5px 6px 18px -4px #000000;
    -moz-box-shadow:5px 6px 18px -4px #000000;
    -webkit-box-shadow:5px 6px 18px -4px #000000;    
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;   
}
.con_download a:hover{opacity: 0.6;}
.con_download img{width: 40px;}

.con_sozai{
    width: 100%;
    margin-top: 20px;

    background-image: url("");
    background-size: 80%,cover;
    background-repeat: no-repeat;
    background-position: center;
}
.con_sozai p{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin: 30px auto;
    padding: 10px;
}
.con_sozai a{text-decoration: underline;}
.con_sozai a:link { color: white; }
.con_sozai a:visited { color: white; }
.con_sozai a:hover{opacity: 0.4;}




@media screen and (min-width: 520px){
    .sc_img{
        width: 100%;
        margin: 10px;
    }
}
@media screen and (min-width: 920px) {
    .sc_img{
        width: 40%;
        }

    .container{
        width: 95%;
    }

    .con_download h2{
        width: 30%;
    }

    .title_img{
        width: 80%;
        margin: 0 auto;
    }

    p{text-align: center;}
}

@media screen and (min-width: 1281px){
    .container{
        width: 60%;
    }
}