@charset"UTF-8";
html{
    background-image:url(japanese-paper.jpg);    
    background-repeat:repeat;
  
    font-size: 100%;}

img{
    max-width: 100%;
}

.hi span{
 
    background:linear-gradient(transparent 60%, #ff6 60%);
 
}

.charabox{
    margin: auto;
    width: 980px;
    height:300px;
    display:flex;
}


.return a{
    color:dimgrey;
    display:flex;
    justify-content: right;
    margin-right: 30px;   

}
.retrun a:hover{
    color: rgb(175, 49, 11);

}

.EULA{
    height:260px;
    margin: 30px;
    border-radius: 10px;
    background-color: #4b4b50;
    overflow: scroll;
    
}
.EULA p{
    color:#fdfdfd;
   padding:8px;
   padding-right:6px;
}

.mediascroll{
    height:800px;
    margin: 30px;
    border-radius: 10px;
    border:1px solid #dddddd;
  
    overflow: scroll;
    
}


   .xdisa{
   max-width: 800px; margin: auto; height:600px;
    margin: 30px;
    border-radius: 10px;
    border:1px solid #dddddd;
    overflow: scroll;
   }

.mediascroll p{
   
   padding:8px;
   padding-right:6px;
}

.updatescroll{
    height:90px;
    /*margin: 30px;*/
    border-radius: 10px;
    border:1px solid #dddddd;
  
    overflow: scroll;
    
}


.main-nav{
    width:auto;
    height:aute;
    margin-right: 28px;
    margin-bottom: -10px;
    display: flex;
    text-transform: uppercase;
    margin-top: 70px;
    list-style: none;
    color:rgb(52, 52, 56);
}
.main-nav li{
    font-size: 1.2em;
    
    margin: auto;
    padding: auto;
}

.lang-box{
    width:300px;
    height: auto;
    margin-right:30px;
    margin-left:auto;
    justify-content: right;
    display: flex;
    text-transform: uppercase;
    justify-content: space-around;
    margin-top: 46px;
    list-style: none;
    color:rgb(52, 52, 56);

}

.main-nav a{
    color: rgb(52, 52, 56);
    font-weight:normal;
}
.main-nav a:hover{
    color: rgb(175, 49, 11);
    font-weight:normal;
}
a{
    text-decoration:none;
    color:midnightblue;
}
a:hover{
    color:rgb(175, 49, 11);;
}

.opacity:hover{
   
        opacity: 0.7 ;
   
}
.keyvisual{
    position: relative;
}

.logo{
   
    display: flex;
    justify-content: center;
    position: absolute;
    top:-190px;
    left:20px;
}
body{
    width:1080px;
    height:100%;
    background-color: #fdfdfd;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;   
    line-height: 1.7;
    border-left: 3px solid #f1f1f1;
    border-right: 3px solid #f1f1f1;   

}

hr{
    height: 1px;
background-color: #dddddd;
border: none;
color: #dddddd;
}

h1{ margin-left:30px;
     color :#3f3f3f;
     margin-left: 30px;
     padding: 0,16px,12px,16px;
     vertical-align: middle;
    
    }


h2
{ 
    padding-left: 34px;
    margin:12px;
    color :rgb(54, 59, 124);
}

h3{
    padding-left:50px;
}

section{ padding: 16px;
    padding: 16px;
    
    background-repeat: repeat-x;

}
p{ padding-left: 56px;
    padding-right: 60px;
    color:#333333;
    
}
blockquote{
    height:auto;
    margin: 16px,30px;
    border-radius: 10px;
    background-color: #4b4b50;
    color:#fdfdfd;
    padding:30px;
}
blockquote a{
    color:#fdfdfd;
}
blockquote a:hover{
    color:#90b6fc;
}
.headline{
    width:1080px;
    height:50px;
    display: flex;
    justify-content: center;
   
    margin: 0,0,-50px,0;
   
}
.headline p{
    display: flex;
    justify-content: center;
    margin:auto; 
    padding:auto;   
    
}


footer{
    width:1080px;
    height:50px;
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: -10px;
    margin-bottom:-20px;
    background-color: #4b4b50;
    
}

footer p{
    display: flex;
    justify-content: center;
    margin:auto;    
    color:#fdfdfd;
}
/*モバイル版
------------------------------------------------------------------------*/
@media(max-width:1000px){

    html{
        background-image:url(japanese-paper.jpg);
        background-repeat:repeat;
      width:100vw;
        font-size: 100%;}


.headline{
    width:100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right:0;
}
.headline p{
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right:0;
}
footer{
    width:100vw;
    height:50px;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right:0;
    margin-top: -10px;
    background-color: #4b4b50;
    font-size: 0.5em;
}
footer p{
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right:0;
}
.logo{
    width:400px;
    height: auto;
     display: flex;
     justify-content: center;
     position: absolute;
     top:-180px;
     left:20px; 
   

}

    .main-nav{
        width:100vw;
        height:aute;       
       
        text-transform: uppercase;
        margin-top: 46px;
        list-style: none;
        display: block;
        justify-content: center;
       
    }
    .main-nav li{
        display: flex;
        justify-content: center;
        font-size: 1.2em;        
        margin: auto;
        margin-right:90px;
        padding: auto;

    }
    body{
        width:100vw;
        margin:0;
    }

    .lang-box{
        width:200px;
        font-size: 0.8em;
        height: auto;
        margin-right:30px;
        margin-left:auto;
        justify-content: right;
        display: flex;
        text-transform: uppercase;
        justify-content: space-around;
        margin-top: 46px;
        list-style: none;
        color:rgb(52, 52, 56);
    
    }
    
  
}
@media(max-width:700px){
   
    .logo{
    width:300px;
    height: auto;
     display: flex;
     justify-content: center;
     position: absolute;
     top:-120px;
     left:20px;   
     }
     .headline p{
        font-size: 0.65em;
        margin-left: 0;
        margin-right: 10px;
        padding-left:-5px;
        padding-right:0;        
        padding-left:-5px;
    }
    footer p{
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right:0;
    }
    .headline p{
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right:0;
    }
    body{
        width:100vw;
        margin:0;
    }
    html{
        
      width:100vw;
        }

}