@charset "utf-8";
body{
    background-color: #AC9776;
}

*{
    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;

    box-shadow:5px 6px 18px -40px #000000;
    -moz-box-shadow:5px 6px 18px -4px #000000;
    -webkit-box-shadow:5px 6px 18px -4px #000000;    
    margin: 0px auto 20px;
}
h2{
    color: black;
    margin: 0;
    font-family: 'Nothing You Could Do', cursive;
}
p{
    width: 90%;
    color: black;
    text-align: left;
    font-weight: bold;
    margin: 40px auto 40px;
}
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("../img/rogo_15.png"),url("../img/bk_kami.png");
    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.15);
    border-radius: 8px;
    margin: 30px auto;
    padding: 10px;
}

.con_screenshot{
    background-image: url("../img/rogo_15.png"),url("../img/bk_kami.png");
    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{
    background-image: url("../img/rogo_15.png"),url("../img/bk_kami.png");
    background-size: 80%,cover;
    background-repeat: no-repeat;
    background-position: center;
    
    margin-top: 20px;
    padding-bottom: 20px;

    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
img.character{
    width: 80%;
    margin: 30px auto 0 ;
}
.character{
    width: 90%;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 8px;

    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 30px;/*magin-top_bottom_IE対応*/
    margin-bottom: 30px;
}
.character_sub{
    width: 90%;
    background-color: rgba(0, 0, 0, 0.15);
    
    border-radius: 8px;

    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;

    margin: 20px 20px 100px;
}
.character_illust{
    width: 100%;
    margin: 20px;
}
.character_illust_sub{
    width: 100%;
    margin: 0 auto;
}
.stringBig_sub{
    font-size: x-large;
}
.character_text{
    width: 100%;
    margin: 20px;
}
.character_text p{
    margin-top: 10%;
}

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

    background-image: url("../img/rogo_15.png"),url("../img/bk_kami.png");
    background-size: 80%,cover;
    background-repeat: no-repeat;
    background-position: center;
}
.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;}

img.gif_left{float:left;}
img.gif_right{float:right;}

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

    background-image: url("../img/rogo_15.png"),url("../img/bk_kami.png");
    background-size: 80%,cover;
    background-repeat: no-repeat;
    background-position: center;
}
.con_sozai a{text-decoration: underline;}
.con_sozai a:link { color: black; }
.con_sozai a:visited { color: black; }
.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;
    }

    .character_sub{
        width: 40%;
    }
    .stringBig_sub{
        font-size: large;
    }
    .character_illust{
        width: 45%;
        margin: 0 auto ;
    }
    .character_illust_sub{
        width: 45%;
        margin: 10% auto 0;
    }
    .character_text{
        width: 50%;
        margin: 0 auto;
    }
    .character_text p{
        margin-top: 20%;
    }
    p{text-align: center;}
}

@media screen and (min-width: 1281px){
    .container{
        width: 80%;
    }
    .character_illust{
        margin: 0 auto;
    }    
    .stringBig_sub{
        font-size: x-large;
    }
    .character_text p{
        margin-top: 35%;
    }

}