
/*html{　scroll-behavior: smooth;}*/

/*------body------*/

body{
	width: 1280px;
	margin: 0px auto 0px auto; 
	padding: 0px 0px 0px 0px;	 
    	-webkit-box-shadow: 0 0 10px #666;
  	-webkit-text-size-adjust: 100%; 　　/*ios-safari文字設定*/
}

p{
	color: #000;
	font-size: 13px;
	font-family: sans-serif; 
  	-webkit-text-size-adjust: 100%; 　　/*ios-safari文字設定*/
}

/*------トップページ------*/

#top{
  	position: relative;	
	width: 1280px; 
	height: 720px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	text-align: center;	
}

#top-back{	  　　　　　/*背景用レイヤー attachmentで固定*/
	width: 1280px; 
	height: 720px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;

	background: url(../images/img/top-wall.jpg);
	background-attachment: fixed;
	background-position: right 50% top -30px; 
	background-size: 1280px auto;
	background-repeat : no-repeat;
	z-index: -1;	
	
}

/*------インフォメーション------*/

#top-info{
  	position: absolute;   /*topを起点に位置設定*/
  	top: 70%;
  	right: 55px;	
	  
	width: 300px;	  　　　/*Boxの設定*/
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;	
	
	text-align: left;	
	background: #000;
	border-radius: 20px;	
	opacity: 0.6;
}

img#title{
	width: 220px;	
}

p.news{
	margin: 0px;
	padding-left: 10px;
	color: #fff;
}

/*------メニューボタン------*/

#nav{
	position: fixed;	
	width: 25%;	
	height: auto;	
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 50px;
	z-index: 1;
}

ul.nav-global{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

ul.nav-global li{	
  	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px; 
	padding: 20px 0px 0px 0px;
	text-align: left;
}

/*リンク下線はcustomで設定*/

/*白文字*/
img.btn{  		
	width: auto;
	height: 70px; 
}

/*黒文字*/
img.btn2{
	position: absolute;　　/*liを起点に位置設定*/
  	top: 0px;
  	left: 0px;		
	width: auto;
	height: 70px; 
  	opacity: 0;
}

/*------コンテンツ------*/

#allcontents{
	width: 75%;      /*width+marginleft=100%*/
	margin: 0px 0px 0px 25%;
	padding: 0px 0px 50px 0px;
	text-align: left;
}

p.contents{
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 0px 30px; 
	text-align: left;
}

/*------見出し------*/

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 	
}

h2 {
	position: relative;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 	
	text-align: left;
  	display: inline-block;
}

h2:before {
  	position: absolute;
  	top: 50%;
  	left: 0;
	width: calc(100% - 50px);
  	height: 1px;
  	content: '';
  	background: #000;
}

img.title-sub{
  	position: relative;
	height: 50px;
  	padding: 0;
  	background: #fff;
}

/*------イラスト------*/

p.illust a:hover{
	position: relative; top:2px; left:2px;
}

img.thumbnail{
	width: 50px;
	height: 50px;
	border-radius: 10px;
	margin: 3px 3px 3px 3px;
}

img.thumbnail-s{
	width: 40px;
	height: 40px;
	border-radius: 10px;
	margin: 3px 3px 3px 3px;
}

/*------漫画------*/

p.comic a:hover{
	position: relative; top:2px; left:2px;
}

img#btn-utyu{
	width: 200px;
	height: auto;
	border-radius: 5px;
	margin: 3px 3px 3px 3px;
}

/*------ノベル------*/

p.novel a:hover{
	position: relative; top:2px; left:2px;
	color: "#999999";
}

/*==以下、共通項目==*/
/*------リンク------*/

a:link { color: #999999; }
a:visited { color: #999999; }
a:active { color: #999999; }

/*------ボタン------*/	

a.button{	
	display: inline-block;
    	margin: 1px 1px;
    	padding: 1px 3px;
	    
    	text-decoration: none;
    	text-align: center;
	    
  	border:1px solid #000;
    	border-radius: 3px;
    	background: #fff;
	opacity: 0.6;
   	font-size: 11px;
    	color: #000;
}

a.button:hover{
    	background: #000;
	color: #fff; 
}

/*------footer------*/
	
footer{
  	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;

	font-size: 11px;
	color: #fff;	
	background: #000;
	opacity: 0.6;
}	
	

@media all and (max-width:1280px){

	/*------body------*/

	body{
		width: auto;
    		-webkit-box-shadow: none;
	}

	/*------トップページ------*/

	#top{
    		width: auto;
		height: 100vh;
    		margin-left: clear;
    		margin-right: clear;
	}
	
	#top-back{
    		width: auto;
		height: 100vh;
    		margin-left: clear;
    		margin-right: clear;
		background-size: 100% auto;
	}
	
	/*------メニューボタン------*/

	/*白文字*/
	img.btn{  
		height: 60px;
	}

	/*黒文字*/
	img.btn2{
		height: 60px;  
	}
	
}