@charset "utf-8";

html{
    font-family: 'Kosugi',sans-serif;
}

/*全体設定*/
body{
    background-color: rgb(50, 50, 50);
    margin: 0;
    width: 100%;
    height: auto;
}
.container{
    position: relative;
    padding-bottom: 95px;
    box-sizing: border-box;
    min-height: 85vh;
}

/*ヘッド*/
#gnav li{
    display: inline;
}

.gnav{
    position: relative;
}
/* .inner img
{
    position: absolute;
    left: 5%;
    width: 10%;
    height: 700%;
    top: 0%;
    padding-bottom: 10px;
} */

/*ヘッダー*/
header{
    position: fixed;
    width: 100%;
    height: auto;
    top: 0%;
    z-index: 100;
    background-color: rgb(50, 50, 50);/*テーマカラーに変えてください*/
}

li#hedertitle{
    width: 100%;
    font-size: 150%;
}

.hederURL{
    position: absolute;
    top: 45%;
    margin: 0px 5%;
    right: 1%;
}

/*ロゴ*/
.glogo
{
    height: 50%;
    position: absolute;
    top: -10%;
    left: 5%;
}
.tlogo
{
    height: 50%;
    position: absolute;
    top: 5%;
    right: 5%;
}

/*メインコンテンツ*/
main
{   
    background-image : url("Images/game2.png");/*背景に使う画像のファイル名に変えてください*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: static;
    margin: 106px 0 0 0;
    width: 100%;
    height: auto;
    background-color: rgb(50, 50, 50);/*テーマカラーに変えてください*/
    min-height: 75vh;
}





.Titles
{
    width: 100%;
    height: 400px;
    margin-bottom: 0%;
}
/*ゲームロゴ*/
.glogomain
{
    width: 30%;
    height: auto;
    position: absolute;
    left: 53%;
}

/*動画*/
.mainmovie
{
    top:3%;
    width: 40%;
    position: absolute;
    right: 55%;
}

/*キャッチコピーのレイアウト*/
.catchCopy
{
    position: absolute;
    top: 300px;
    left: 50%;
    width: 40%;
    height: auto;
    text-align: center;
    display: block;
}
.catchCopy p
{
    text-align: left;
    display: inline-block;
    font-weight: bold;
    width: 100%;
    font-size: 150%;
    color: rgb(82, 7, 109);/*キャッチコピーの文字色を背景に応じて見やすい色に変えてください*/
    word-wrap: break-word;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
  
}



/*ゲーム概要のレイアウト*/
.aboutA
{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.about
{
    position: relative;
    top: 30px;
    left: 10%;
    width: 80%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    
}
.about h1
{
    position: relative;
    margin-top: 100px;
    padding-top: 30px;
    left: 10%;
    width: 80%;
    height: 80%;
    color: #222;/*文字色設定*/
}
#abouts li
{
    position: relative;
    left: 10%;
    width: 80%;
    height: 80%;
    margin-bottom: -10px;
}
#abouts h2
{
    position: relative;
    width: 100%;
    height: 80%;
    margin-bottom: -15px;
    color: #222;/*文字色設定*/
}
#abouts p
{
    position: relative;
    width: 100%;
    height: 80%;
    padding-bottom: 30px;
    color: #222;/*文字色設定*/
}


/*ストーリーのレイアウト*/
#stories 
{
    position: relative;
    width: 100%;
    height: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
}
#stories p
{
    position: relative;
    left: 10%;
    width: 80%;
    height: 80%;
    margin-top: -15px;
    word-wrap: break-word;
    color: #222;/*文字色設定*/
}


/*キャラクター*/
#characters
{
    list-style: none;
}
#characters li
{
    position: relative;
    left: 10%;
    width: 80%;
    height: 80%;
    margin-bottom: -10px;
}
#characters img
{
    position: relative;
    display: inline-block;
    max-width: 50%;
    max-height: 50%;
    /*margin-bottom: -10px;*/
    /*margin-right: 10px;*/
}
#characters .character-desc
{
    position: relative;
    display: inline-block;
    width: 90%;
}
#characters h2
{
    position: relative;
    width: 100%;
    height: 80%;
    margin-bottom: -15px;
    color: #222;/*文字色設定*/
}
#characters p
{
    position: relative;
    width: 100%;
    height: 80%;
    padding-bottom: 75px;
    color: #222;/*文字色設定*/
}


/*遊びかたのレイアウト*/
.howA
{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.how
{
    position: relative;
    top: 30px;
    left: 10%;
    width: 80%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    
}
.how h1
{
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
    left: 10%;
    width: 80%;
    height: 80%;
    color: #222;/*文字色設定*/
}
#hows 
{
    position: relative;
    width: 100%;
    height: 80%;
    padding-bottom: 20px;
}
#hows li
{
    position: relative;
    left: 10%;
    width: 80%;
    height: 80%;
    margin-bottom: -10px;
}
#hows h2
{
    position: relative;
    width: 100%;
    height: 80%;
    padding-top: 30px;
    margin-bottom: -25px;
    color: #222;/*文字色設定*/
}
#hows p
{
    position: relative;
    width: 100%;
    height: 80%;
    font-size: 125%;
    color: #222;/*文字色設定*/
}
#hows img
{
    position: relative;
    left: 10%;
    width: 78%;
    padding-bottom: 20px;
}

/*スタッフ一覧のレイアウト*/
.staffA
{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.staff
{
    position: relative;
    top: 30px;
    left: 10%;
    width: 80%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    
}
.staff h1
{
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
    left: 10%;
    width: 80%;
    height: 80%;
    color: #222;/*文字色設定*/
}
#staffs 
{
    position: relative;
    width: 100%;
    height: 80%;
    text-align: center;
}
#staffs img
{
    position: static;
    height: 150px;
    /*margin-top: -60px;*/
    right: 20px;
}
#staffs h2
{
    position: relative;
    margin-top: 50px;
    width: 100%;
    height: 80%;
    margin-bottom: -25px;
    color: #222;/*文字色設定*/
}
#staffs p
{
    position: relative;
    margin-top: 50px;
    width: 100%;
    height: 80%;
    padding-bottom: 10px;
    /*left: -5%;*/
    /*margin-bottom: -25px;*/
    color: #222;/*文字色設定*/
}

/*ダウンロードのレイアウト*/
.DLA
{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.DL
{
    position: relative;
    top: 20px;
    left: 10%;
    width: 80%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    
}
.gameURL{
    text-align: center;
    font-size: 200%;
}


/*追加項目のレイアウトです。以下をコピペして使ってください。index.htmlのクラスと名称が合うように変更してください*/
/*
.boxA
{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.box
{
    position: relative;
    top: 30px;
    left: 10%;
    width: 80%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    
}
.box h1
{
    position: relative;
    margin-top: 100px;
    padding-top: 30px;
    left: 10%;
    width: 80%;
    height: 80%;
    color: #222;
}
#boxs li
{
    position: relative;
    left: 10%;
    width: 80%;
    height: 80%;
    margin-bottom: -10px;
}
#boxs h2
{
    position: relative;
    width: 100%;
    height: 80%;
    margin-bottom: -15px;
    color: #222;
}
#boxs p
{
    position: relative;
    width: 100%;
    height: 80%;
    padding-bottom: 30px;
    color: #222;/
}
*/


/*フッター設定*/
footer 
{
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: rgb(50, 50, 50);/*テーマカラーに変えてください*/
    z-index: 10;
}
/*TUTロゴ設定*/
.CommMark
{
    height: 50%;
    position: absolute;
    top: 25%;
    left: 2%;
}
footer p
{
    position: absolute;
    top: 20%;
    left: 6%;
    color: #fff;/*フッターの文字色*/
    font-weight: 200;
    font-size: 120%;
}
footer i{
    position: absolute;
    top: 20%;
    right: 10%;
    color: #fff;
    font-weight: 200;
    font-size: 120%;
}

.ichigyou{
    padding-left: 3%;
    padding-top: 3%;
}


.ichigyou img{
    vertical-align: middle;
    display: inline-block;
}


.ichigyou p{
    display: inline-block;
    color: #fff;/*フッターの文字色*/
    font-weight: 200;
    font-size: 1.2vw;
}

@media screen and (max-width:480px){
    main
    {   
        background-image : url("Images/game3.png");/*背景に使う画像のファイル名に変えてください*/
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: static;
        margin: 106px 0 0 0;
        width: 100%;
        height: auto;
        background-color: rgb(50, 50, 50);/*テーマカラーに変えてください*/
        min-height: 75vh;
    }

    .Titles
    {
        width: 100%;
        height: 550px;
        margin-bottom: 0%;
    }

    .mainmovie
    {
        top:300px;
        width: 70%;
        position: absolute;
        right: 20%;
    }



    header
    {
        position: fixed;
        width: 100%;
        height: 10%;
        top: 0%;
        z-index: 100;
        background-color: rgb(50, 50, 50);/*テーマカラーに変えてください*/

        
    }

    .headertitle
    {
        position:absolute;
        top: -10%;


    }

    .glogomain
    {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
    }

    .catchCopy
    {
        position: absolute;
        top: 450px;
        left: 20%;
        width:60%;
        height: auto;
        text-align: center;
        display: block;
    }
        
    #characters img
    {
        position: relative;
        display: inline-block;
        max-width: 120%;
        max-height: 120%;
        left: -20%;
        /*margin-bottom: -10px;*/
        /*margin-right: 10px;*/
    }

    #stories p
    {
        position: relative;
        left: 10%;
        width: 80%;
        height: 80%;
        margin-top: -15px;
        word-wrap: break-word;
        color: #222;/*文字色設定*/
        font-size: 100%;
    }


    #hows img
    {
        position: relative;
        left: -7%;
        width: 90%;
        height: 150%;
        padding-bottom: 20px;
    }

    /* footer p
    {
        position: absolute;
        top: 20%;
        left: 15%;
        color: #fff;/*フッターの文字色 *
        font-weight: 200;
        font-size: 120%;
    }
        
    footer i {
        position: relative;
        top: 80px;
        left: 0;
    }

    .CRIWARElogo
    {
        position: absolute;
        
    } 
    */


}