@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); /*テーマカラーに変えてください*/
}

    header i {
        /*Twitterアイコン*/
        position: absolute;
        top: 35%;
        left: 75%;
        color: #fff;
        font-weight: 200;
        font-size: 1.2vw;
    }

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

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

.line-it-button {
    position: absolute;
    width: 4vw;
    left: 20px;
    top: -15px;
}

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

.tlogo {
    height: 50vw;
    position: absolute;
    top: 5%;
    right: 5%;
}

/*メインコンテンツ*/
main {
    background-image: url("Images/背景画像最新版.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: 20vw;
    margin-bottom: 20%;
}
/*ゲームロゴ*/
.glogomain {
    padding-top: 10vw;
    width: 30%;
    position: absolute;
    top: -2%;
    left: 2%;
    filter: drop-shadow(6px 6px 5px #fff);
}

.mainimage {
    box-shadow: 0 0px 20px 0 #fff;
    top: 1%;
    width: 45vw;
    position: absolute;
    right: 48%;
}
/*キャッチコピーのレイアウト*/
.catchCopy {
    position: absolute;
    top: 28vw;
    left: 5%;
    width: 90%;
    height: auto;
    text-align: center;
    display: block;
    font-size: 1.5vw;
}

    .catchCopy p {
        text-align: left;
        display: inline-block;
        font-weight: bold;
        width: 100%;
        font-size: 200%;
        color: rgb(255, 255, 255); /*キャッチコピーの文字色を背景に応じて見やすい色に変えてください*/
        word-wrap: break-word;
        text-shadow: 0px 0px 10px rgb(0 0 0);
    }



/*ゲーム概要のレイアウト*/
.aboutA {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 4vw;
}

.about {
    position: relative;
    top: 0px;
    left: 4vw;
    width: 90vw;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding-bottom: 1%
}

    .about h1 {
        position: relative;
        margin-top: 50px;
        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: 10px;
    font-size: 3vw;
}

    #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: 90%;
        margin-bottom: -30px;
    }

    #characters img {
        position: relative;
        display: inline-block;
        left: 43%;
        max-width: 8%;
        max-height: 8%;
        margin-bottom: 0px;
    }

    #characters .character-desc {
        position: relative;
        display: inline-block;
        width: 75%;
    }

    #characters h2 {
        position: relative;
        width: 100%;
        height: 80%;
        color: #222; /*文字色設定*/
        font-size: 3vw;
    }

    #characters p {
        position: relative;
        width: 100%;
        height: 80%;
        padding-bottom: 5%;
        color: #222; /*文字色設定*/
        font-size: 2vw;
    }


/*操作説明のレイアウト*/
.howA {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
}

.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: 20px;
        left: 3vw;
        width: 80vw;
        height: 80%;
        color: #222; /*文字色設定*/
        font-size: 3vw;
    }

#hows {
    list-style: none;
}

    #hows img {
        position: relative;
        left: 16%;
        width: 60%;
        padding-bottom: 5px;
    }

/*スタッフ一覧のレイアウト*/
.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%; /*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;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8vw;
    background-color: rgb(50, 50, 50); /*テーマカラーに変えてください*/
    z-index: 10;
}
/*TUTロゴ設定*/
.CommMark {
    position: relative;
    height: 40px;
    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: 1.2vw;
}

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