/*初期設定*/
a{
    color:#ffffff;
    text-decoration: none;    
}

li{
    list-style-type: none;
}

body{
    background-color: #292929;
}

ul{
    margin:0;
    padding:0;  
}

.space{
    height:35px;
}

/*全体指定*/
.wrapper{
    width: 1060px;    
    margin: 0 auto;   
}

/*ヘッダ設定*/
header{
    display:none;
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 28px;
    background-color: rgb(255, 109, 109);
    font-size:9px;
    overflow:hidden;
}

header h1{
    float: left;
    text-align: left;
    margin-top: 0px;
    text-indent: 40px;
    height:25px;

}

header p{
    float:right;
    font-size:20px;
    margin-top: -1px;
}

header .bt{
    margin-top: 2px;
    margin-right:10px;
}


/*トップに戻るボタン*/
.page_top{
    border-radius: 50px;
    position:fixed;
    right:75px;
    bottom:50px;
    height:80px;
    width: 80px;
    background-image: url(top_button.png);
    background-position: center;
    background-color: #fff;
    background-repeat:no-repeat;
    -webkit-background-size: 100px 100px ;
    background-size:40px 60px ;
    -webkit-box-shadow: inset hoff voff blur color;
    box-shadow: -10px 10px 10px rgba(0,0,0,0.4);
    transform:rotate(-90deg);
}

.page_top:hover{
     background-color: #aaaaaa;
}

.page_top a{
    display:block;
    height:100px;
    width: 100px;
}

/*メイン設定*/
.main{
    margin-top: -10px;
    background-color: #f5f5f5;
    height: 7500px;
}

/*ナビゲーション設定*/
.main nav{
    margin-top: 20px;
    display:inline-block;
    width: 100%;
}

.main nav li{
    float:left;
}

.main nav li a{
    display: inline-block;
    width: 159px;
    padding:25px;
    text-align: center;
    background-color: #93c6ff;
    color:#fff;
    font-size:30px;
    font-family:"ＭＳ 明朝",serif;
    border-left:2px solid #e6e6e6;
}

.main nav li a:hover{
    background-color: rgb(247, 120, 120);
}

.main nav ul li:nth-child(n+5){
    border-right:2px solid #e6e6e6;
}

.main nav ul li:nth-child(1){
    border-left: 1px solid #e6e6e6;;
}


/*トップイメージ設定*/
.main .top_image{
    margin-top: 25px;
    height: 720px;
    background-image: url(./top_image.png);
    background-position: center;
    border: 2px solid #fff;
}

/*メッセージ設定*/
.main .message{
    margin-top: 60px;
    text-align: center;
    font-size:28px;
}

.main .message .yusuke{
    color:#ed7600;    
    font-weight: bold;
}

.main .message .ai{
    font-weight: bold;
    color:#072db1;
}

.main .message h1{
    font-size:44px;
}

/*キャラクター設定*/
.main .character{
    height:1400px;
    margin-top:300px;
}

.main .character h1{
    text-align: center;
    margin-top: 70px;
    font-size:44px;
}

.main .character p{

}

.main .character .name{
    height:100px;
    width: 40%;
    float:left;
    text-align: center;
    font-size:40px;
    margin-top: 60px;
}

.main .character .name span{
    font-size:18px;
    letter-spacing:4px;
}

.main .character .name p{
    margin-top: -2px
}

.main .character .text{
    display:inline-block;
    float:left;
    width: 50%;
    font-size:24px;
    line-height: 33px;
    margin-top: 60px;
    
}


/*体験版で遊ぶ*/
.main .play{ 
    margin-top: 500px;
    height: 800px;
}

.main .play h1{
    text-align: center;
    font-size:44px;
}

.main .play iframe{
    margin-top:10px;
    
}

.main .play p{
    font-size:28px;
    text-align: center;
}


/*ダウンロードリンク*/
.main .download{ 
    margin-top: 400px;
    height: 300px;
}

.main .download h1{
    text-align: center;
    font-size:44px;
}

.main .download .text{
    color: #fff;
    margin-top: 200px;
    display:block;
    width: 100%;
    text-align: center;
    background-color: #308ffd;
    font-size:100px;
    padding:100px 0;
}

.main .download a{
    margin-top: 200px;
    display:block;
    width: 100%;
    text-align: center;
    background-color: #308ffd;
    font-size:100px;
    padding:100px 0;
    box-shadow:0px 4px 10px rgba(0,0,0,0.4);
}

.main .download a:hover{
    background-color: #45ffa2;
}

.main .download p{
    font-size:28px;
    text-align: center;
}

.main .download span{
    display:inline-block;
    margin-top: 20px;
}

/*製品情報*/
.main .product{
    text-align: center;
    margin-top: 600px;
}

.main .product h1{
    font-size:44px;
}

/*製品情報の中のスタッフ一覧*/
.main .product .staff{
    font-size:28px;
    margin-top: 50px;
    height:467px;
}

.main .product .staff h1{
    font-size:38px;
}

.main .product .staff span{
    display: inline-block;
    margin-top: 40px;
}

.main .product .staff .type{
    width: 50%;
    float:left;
    text-align: right;
}

.main .product .staff .name{
    width: 50%;
    float:left;
    text-align:left;
}


/*製品情報の中の情報*/
.main .product .introduce{
    font-size:32px;
}



/*フッター設定*/
footer{
    position:absolute;
    left:0;    
    right:0;

    z-index: 1000000;
    width: 100%;
    height:22px;
    background-color:rgb(0, 83, 180);
    text-align: center;
    font-size:24px;
    padding:10px 0;
    color:#fff;
}