@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;
}

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

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

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

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

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





.Titles
{
    width: 100%;
    height: 20vw;
    margin-bottom: 16%;
}
/*ゲームロゴ*/
.glogomain
{
    padding-top: 10vw;
    width: 27%;
    position: absolute;
    left: 60%;
}
.glogosub
{
   padding-top: 8vw;
    width: 40%;
    position: absolute;
    right: 50%;
}
/*キャッチコピーのレイアウト*/
.catchCopy
{
    position: absolute;
    top: 31vw;
    left:0%;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    font-size: 1.5vw;
   text-align: center;
}
.catchCopy p
{
    text-align: left;
    display: inline-block;
    font-weight: bold;
  font-size: 40px;
  color: orange;
  text-shadow: 3px 3px 0 #ffffff;
  -webkit-text-stroke: 1px #orange;
  text-stroke: 1px #888;
}



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


/*ストーリーのレイアウト*/
#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;/*文字色設定*/
    font-size: 2vw;
}


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


/*遊びかたのレイアウト*/
.howA
{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.how
{
    position: relative;
    top: 30px;
    left: 4vw;
    width: 90vw;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    
}
.how h1
{
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
    left: 3vw;
    width: 80vw;
    height: 80%;
    color: #222;/*文字色設定*/
    font-size: 3vw;
}
#hows 
{
    list-style: none;
}
#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;/*文字色設定*/
    font-size: 3vw;
}
#hows img
{
    position: relative;
    width: 97%;
    padding-bottom: 20px;
}

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

/*ダウンロードのレイアウト*/
.DLA
{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}
.DL
{
    position: relative;
    top: 20px;
    left: 10%;
    width: 80%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    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;
    width: 100%;
    height: 4vw;
    background-color: rgb(50, 50, 50);/*テーマカラーに変えてください*/
    z-index: 10;
}
/*TUTロゴ設定*/
.CommMark
{
    position: relative;
    height: 60px;
    width: auto;
}
.CRIWARElogo
{
    position: relative;
    left: 75%;
    height: 32px;
}
footer p
{
    color: #fff;/*フッターの文字色*/
    font-weight: 200;
    font-size: 1.2vw;
}
footer i{
    position: relative;
    left: 75%;
    color: #fff;
    font-weight: 200;
    font-size: 0vw;
}
.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;
}
