@charset "utf-8";

/*アコーディオン用デザインCSS*/
/*===============
	↓文字装飾
====================*/
	table,tr,td {
		table-layout: fixed;
	}

blockquote{
	margin-bottom: 1.3em;
}
#container ul{
	margin: 2em;
}
#container li{
	line-height: 1.7;
	margin-bottom: 1em;
}
#container p{
	line-height: 1.6;
	margin-top: 10px;
}
#container h1{
	min-width: 0;
	}	
#container h2{
	margin-top: 5px;
  margin-left: 5px;
  margin-bottom: ;
  padding-left:12px;
  padding-top: 6px;
  color: #f6ad49; 
   min-width: 0;
}
#container h3{
	min-width: 0;/*画面幅飛び出し防止*/
	max-width: 75%;
	margin-bottom: 0.9em;
	border-bottom: 4px double #ffc45c;/*下線　二重線*/
	min-width: 0;

}
#container p{
	margin-bottom: 1.9em;
	padding: 5% 10px 5px 10px;
	background: url("../images/boder4-2.png") no-repeat top center /50%;
	width: 90%;
	}
	
#container h3+p{
	width: 90%;
	background: url("../images/border5-1.png") no-repeat bottom center /75px;
	padding-bottom: 13%;
	margin-bottom: 30px;
}

#container h3+p+p{
	background-image: none;
}

#container p+a{
	font-size: 1.3em;
}
/*==========
ゼノサーガver.
=================*/
#sagaver h3+p+p{
		background-image: none;
}
@media screen and (max-width :960px){
	#container h1{
	
		}	
	}
/*---------------↑文字装飾系--------------*/

/*================
	作品index用　
==============*/

#main-xeno{
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 0;
	: is(#container h1){
		display: flex;
		justify-content: flex-start;
	}
}
#header1{
	width: 100%;
	z-index: 1;
	}
#header1 img{
		width: 200px;
   		max-width: 25%;
   		max-height: 25%;
   		float: right;
   		z-index: 3;
   		background-color: #614502;
   		  -webkit-mask-image: radial-gradient(rgb(48,40,51) 0%, rgba(48,40,51, 0) 80%);/*画像ふちぼかし*/
    mask-image: radial-gradient(rgb(48,40,51) 0%, rgba(48,40,51, 0) 80%);/*画像フチぼかし*/
}

#container h1+h2{
		margin-bottom: 1.3em;
}				
/*↓スマホ用
========================*/
@madia sreen and(max-width: 960px){
		#main-xeno{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		
		}
		#header h1{
		width: 100%;
		min-width: 0;
		}
/*---------文字サイズ------------------*/
		#main-xeno h3+p{
		font-size: 1.15em;
		}
		#container #main-xeno h3+p a{
		font-size: 1.2em;
		}
	}
/* -----------↓折り畳みアコーディオン用 デザインcss↓------------------- */

/*=================
	リスト用
============================*/
#main-xeno table {/*リスト用テーブル*/
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border: 0;
}
/*=========スマホ用==============*/
@media screen and (max-width :960px){
	#main-xeno table {
			font-size: 1em;
			line-height: 1.5;
	}
	}

/*=================================
	五十音・カテゴリーリスト用　
	アコーディオンメニュー設定
---------------------------------*/

.ac {
  width: 96%;
  max-width: 900px;
  margin: 0 auto 20px;
  font-weight: 200;
  	border: 1px solid #f4da9c;
    box-shadow: 0 0 14px #ffc841;/*ボックス影*/
   font-size: 1em;
  box-sizing: border-box;
  padding: 0;
}

.ac-parent {
 	height: 60px;
	text-align: left;
	padding-left: 5px;
	background-color: #1b1204;
	border-bottom: 1px solid #f4da92;
 	cursor: pointer;
 	transition: .3s;
}
.ac-parent a{
		line-height: 60px;
}

.ac-child {
	margin: 0;
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 3px;
	}
/*1階層構造用*/
 .ac-child td a{
	 font-size: 0.9em;/*文字サイズ*/
	 vertical-align: middle;
		width: 98%;
		min-width: 200px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-bottom: 0;
		padding-top: 3px;
	}
.ac h3{
	width: 100%;
	line-height: 1.3;
	background-color: rgba(32,28,25,0.75);/*#201c19*/
	}
/* 下層 */
.ac-child__item {
	position: relative;
	padding: 5px;
	border-bottom: 1px solid #f4da92;
	cursor: pointer;
}
/* メニューアイコン */
.ac-child__item:after {
	content: "";
	display: block;
	position: absolute;
	top: 40%;
	right: 16px;
	width: 8px;
	height: 8px;
	border-top: solid 2px #ffad1c;
	border-right: solid 2px #ffad1c;
	transform: translateY(-50%);
	transform: rotate(135deg);
	transition: all .3s;
}
/* 下層アイコン変化（openクラスを付与） */
.ac-child__item.open:after {
	top: 50%;
	transform: rotate(315deg);
	}

/* 下層メニュー内テキストエリア */
.ac-child__description {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	}
.ac-child__description a{
	padding-bottom: 5px;
	line-height: 1.3;
}

/*===============================
	五十音アコーディオン　スマホ設定
-----------------------------------*/
@media screen and (max-width :960px){
		.ac-parent {
				font-size: 1rem;
				height: 100px;
		
		}
	 .ac-parent a{
	 			font-size: 1.47em;
	 			line-height: 100px;
			
		}
	 .ac-child__item a{
	 			font-size: 1.4em;
				line-height: 1.5;
		}
	.ac-child__description a{
			font-size: 1.4em;
			line-height: 1.5;
		}
	}
/*=========================
↓五十音マーカー　ゼノギアス
-------------*/
#goju {
  list-style: none;
}
#goju a{
		display: block;
		padding-left: 27px;
		background: url("../images/maru-d.png") no-repeat left 3px center /24px;
	}
	
#goju a::before{
		background: url("../images/maru.png") no-repeat left 3px center /24px;
	}
#goju a:hover{
		background: url("../images/maru.png") no-repeat left  3px center /24px;
	}
/*-------------------------------
	五十音用ゼノサーガ
--------------------------------*/
#gojusaga {
		  list-style: none;
	}
#gojusaga  a{
		display: block;
			padding-left: 33px;
			background: url("../images/minilight-off.png") no-repeat left 2px top 2px /30px;
			vertical-align: middle;
			}
#gojusaga  a::before{
			background: url("../images/minilight.png") no-repeat left 2px top 2px /30px;
			}
#gojusaga .ac a:hover{
			background: url("../images/minilight.png") no-repeat left 2px top 2px /30px;
			}
/*アコーディオン親階層背景位置調整========================*/
#gojusaga .ac-parent a{
			background: url("../images/minilight-off.png") no-repeat left 2px top 10px /30px;
	}
#gojusaga .ac-parent a::before{
			background: url("../images/minilight.png") no-repeat left 2px top 10px /30px;
	}
#gojusaga .ac-parent a:hover{
			background: url("../images/minilight.png") no-repeat left 2px top 10px /30px;
	}
/*	スマホ用
--------------------*/
@media screen and (max-width: 960px){
	#gojusaga .ac-parent a{
			background: url("../images/minilight-off.png") no-repeat left 2px top 30px /30px;
		}
	#gojusaga .ac-parent a::before{
			background: url("../images/minilight.png") no-repeat left 2px top 30px /30px;
		}
	#gojusaga .ac-parent a:hover{
			background: url("../images/minilight.png") no-repeat left 2px top 30px /30px;
		}
	}

/*----------------
	用語五十音用ギアス・サーガ共通
-------------------*/
#gears-saga {
		  list-style: none;
	}	
#geas-saga a{
	display: block;
	padding-left: 27px;
	background: url("../images/nisancross-markd.png") no-repeat left 3px center /24px;
	}
#geas-saga a::before{
			background: url("../images/nisancross-mark.png") no-repeat left 3px top 1px /24px;	
	}
#geas-saga a:hover{
	background: url("../images/nisancross-mark.png") no-repeat left 3px center /24px;
	}

/*==================================
	entarmenu.html--入口下メニュー用
-----------------------------------*/
#gojuall{
		  list-style: none;
	}
#gojuall a{
		display: block;
		padding-left: 27px;
		background: url("../images/uroborosmark-d.png") no-repeat left 3px center /23px;
		}
#gojuall a:hover{
		background: url("../images/uroborosmark.png") no-repeat left 3px center /23px;

	}
.menucontent__1{
		padding-top: 3em;
		padding-bottom: 2em;
	}

/*---------------
	入ゼノギアス
----------*/
.gearsenter{
	display: flex;
	width: 100%;
	min-height: 400px;
	max-width: 800px;
		background: url("../images/feifong1.png") center / contain no-repeat;
	}
.gearsenter+.btn,a.btn,button.btn{
	width: 100%;
	max-width: 800px;
	display: inline-block;
	background-color: none;

	}
.gearsenter a:hover{
	color: #fff;
	}
.gearsenter::before{
		background: url("../images/feifong1d.png") center / contain no-repeat;
	}

.gearsenter:hover{
		background: url("../images/feifong1d.png") center / contain no-repeat;
	}
/*	スマホ設定
-------------------------*/
@media screen and (max-width :960px){
	.gearsenter{
		display: flex;
		}
	}
/*--------------
	ゼノサーガ入口
-------------*/
.sagaenter{
	display: flex;
	width: 100%;
	min-height: 400px;
	max-width: 800px;
	background: url("../images/sionep1-1.png") center / contain no-repeat;
	}
.segaenter+btn.a.btn,button.btn{
		width: 100%;
	max-width: 800px;
	display: inline-block;
	background-color: none;
	}
.sagaenter a:hover{
	color: #fff;
	}
.sagaenter::before{
	background: url("../images/sionep1d.png") center / contain no-repeat;
	}
.sagaenter:hover{
	color: #fff;
	background: url("../images/sionep1d.png") center / contain no-repeat;
	}
/*	スマホ設定
----------------------*/
@madia screen and (max-width :960px){
	.segaenter{
		display: flex;
		}
	}	
/*-------------------
	li横2列リスト　追加
---------------*/
.twolist {
	width: 100%;
	margin: 0 auto;
}
.twolist ul{
 width: 100%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px; /* li同士の隙間を固定で空ける */
}

.twolist li{
	min-width: 45%;
  display: flex;
  justify-content: left;
  align-items: left;
	}

@madia screen and (max-width :960px){
	.twolist ul{
			display: block;
			gap: 10px;
			flex-wrap: wrap-reverse;
		}
	.twolist li{
			min-width: 100%;
			margin: 5px 0;
			display: block;
			frex-wrap: nowrap;
		}
	}
/*--------/追加ここまで--------------*/	