@charset "utf-8";

html{
    /*font-family: 'Kosugi',sans-serif;*/
    font-family: "mamelon";
    src: url("/fonts/mamelon.woff2") format("woff2"),
         url("/fonts/mamelon.woff") format("woff");
}

/*全体設定*/
body{
    background-color: #112612;
    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: #112612;/*テーマカラーに変えてください*/
}

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

.downloadURL{
    position: absolute;
    top: 45%;
    margin: 0px 10%;
    right: 5vw;
    font-size: 1.2vw;
}

.G22Button{
    /*全体サイトボタン*/
    position: absolute;
    top: -20px;
    right: 0vw;
    width: 20vw;
    height: 4vw;
    font-size: 1.5vw;
    font-weight: bold;
    color: #000;
}

.DownlordButton{
    /*ダウンロードボタン*/
    position: absolute;
    top: -20px;
    right: 15vw;
    width: 20vw;
    height: 4vw;
    font-size: 1.5vw;
    font-weight: bold;
    color: #000;
}

.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/horror07.png");/*背景に使う画像のファイル名に変えてください*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: static;
    margin: 106px 0 0 0;
    width: 100%;
    height: auto;
    background-color: #112612;/*テーマカラーに変えてください*/
    min-height: 75vh;
}





.Titles
{
    width: 100%;
    height: 20vw;
    margin-bottom: 20%;
}
/*ゲームロゴ*/
.glogomain
{
    padding-top: 10vw;
    width: 40%;
    position: absolute;
    left: 55%;
    filter: drop-shadow(6px 6px 5px #fff);
}
/*動画*/
.mainmovie
{
    box-shadow: 0 0px 20px 0 #fff;
    top: 1.25%;
    width: 45vw;
    position: absolute;
    right: 47.5%;
}
.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 2px #f8d467c7;
}



/*ゲーム概要のレイアウト*/
.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;  
}
.about h1
{
    position: relative;
    margin-top: 50px;
    padding-top: 3vw;
    left: 3vw;
    width: 80vw;
    height: 80%;
    color: #085D5D;/*文字色設定*/
    font-size: 3vw;

    word-wrap: break-word;
    text-shadow: 3px 3px 0px #B9F8F8;
}
#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;
    max-width: 50%;
    max-height: 50%;
    margin-bottom: 0px;
    /*margin-right: 10px;*/
}
#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: #085D5D;/*文字色設定*/
    font-size: 3vw;

    word-wrap: break-word;
    text-shadow: 3px 3px 0px #B9F8F8;
}
#hows 
{
    list-style: none;
}
#hows img
{
    position: relative;
    left: 5px;
    width: 90%;
    padding-bottom: 10px;
}

/*スタッフ一覧のレイアウト*/
.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: #085D5D;/*文字色設定*/
    font-size: 4vw;

    word-wrap: break-word;
    text-shadow: 3px 3px 0px #B9F8F8;
}
#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: 3vw;
    font-weight: bold;
}


/*追加項目のレイアウトです。以下をコピペして使ってください。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: #112612;/*テーマカラーに変えてください*/
    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: 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;
}
