/*-----------------------------
Banner
------------------------------*/

.banner {
  position: relative;
  background-image: url("../img/CustomTrialBanner.jpg");
	margin:5px 0 0 -483px;
left:50%;
  width: 966px;
  height: 300px;
 overflow: hidden;
}
.banner a {
  display: block;
  width: 100%;
  height: 100%;
	text-decoration-line: none;
}


.banner2 {
  position: relative;
  background-image: url("../img/CustomTrialBanner2.jpg");
	margin:5px 0 0 -483px;
left:50%;
  width: 966px;
  height: 300px;
 overflow: hidden;
}
.banner2 a {
  display: block;
  width: 100%;
  height: 100%;
	text-decoration-line: none;
}








.link1 {
  position: relative;
  width: 483px;
  height: 300px;
background-color: rgba(0, 186, 255,0);
  left: -483px;

}
.banner:hover .link1 {
	  position: relative;
  left: 0px;
  background-color: rgba(0, 186, 255,0.7);
	transition: all .2s ease-in;
}

.link1 img{
     display: block;
     margin:auto;
	padding-top: 50px; 
}

.link2 {
  position: relative;
  width:  483px;
  height: 300px;
  top: -300px;
  left: 966px;
  background-color: rgba(255, 0, 92,0.0);
	
}

.banner:hover .link2 {
	  position: relative;
  left: 483px;
  background-color: rgba(255, 0, 92,0.7);
  transition: all .2s ease-in;
}

.link2 img{
     display: block;
     margin:auto;
	padding-top: 50px; 
}


.BannerText{
	background-color: rgba(255, 255, 255,0.7);
	 color: #000000;
    font-weight: bold;
	font-size: 20px;
	width: 380px;
	margin-top: 5px;
	margin-left: 51px;
	  text-align:center;
  padding:10px 0;
}


.BannerText2{
	background-color: rgba(255, 255, 255,0.7);
	 color: #000000;
    font-weight: bold;
	font-size: 20px;
	width: 380px;
	margin-top: 15px;
	margin-left: 51px;
	  text-align:center;
  padding:10px 0;
}





.window {
width:966px;
height:450px;
position:relative;
margin:0 auto;
text-align:center;
margin-top:-10px;
}

.dmm_dl {
width:966px;
height:128px;
position:relative;
margin:0 auto;
text-align:center;
margin-top:10px;
}



#InfoBar{
position:relative;
list-style:none;
margin:25px 0 0 -483px;
left:50%;
background-color: #fff;
width: 966px;
height: 60px;
padding-top 1px;
font-size: 16px;
text-align: center;
color: #555;
border: 1px solid #333333;
text-align:center;
line-height: 60px;
font-weight: bold;

}

#InfoBar a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}





#TopicsBar{
position:relative;
list-style:none;
	margin:25px 0 0 -483px;
	left:50%;
	background-color: #555;
	width: 966px;
	//height: 25px;
	padding-top 1px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;

}


#Topics{
position:relative;
list-style:none;
	margin:5px 0 0 -450px;
	left:50%;
}


#Patch{
	position:relative;
 //display: inline-block;
 list-style:none;
	margin:177px 0 0 -483px;
	left:50%;

}

#Trial{
	position:relative;
 //display: inline-block;
 list-style:none;
	margin:10px 0 0 -483px;
	left:50%;

}


#Topics ul {

list-style:none;
//margin-right:100px;
//width:860px;
}


#Topics li{
	float:left;
	//margin:2px;
margin-left:6px;
}

#Topics li:first-child{
	float:left;
//	margin:3px;
	margin-left:-33px;
	top:25px;
}

#Topics a:hover img{
	opacity:0.8;
}

#Topics a{
	color:#F0F0FF;
	text-decoration: none;
	font-size:12px;
}




#Topics p{
	font-size:16px;
	position:absolute;
	//left:0;
	bottom:1px;
	color:#FFF;
	margin:1px 1px 1px 1px;
	padding:3px 0px 3px 3%;
	width:613px;
	background:#000;
	opacity:0.7;
	}

#Topics a{
	text-decoration:none;
	}

#Topics a:hover p{
	text-decoration:underline;


	#SideTopix{
	position:absolute;
	left:50%;
	border-left:8px solid #e4b11d;
	margin-top:20px;
	margin-left:-430px;
	height:150px;
	width:850px;
	overflow-y:scroll;
	background:rgba(0,0,0,0.5);

}



/* スクロール領域 */
#scrollWrapper {
	width: 966px; /* 表示エリア */
	height: 245px;
	overflow: hidden; /* はみ出しを隠す */
	margin: 0 auto;
	border: 1px solid #ccc;
	position: relative;
	background: #fafafa;
}
/* 画像のスタイル */
.scrollImage {
	position: absolute;
	width: 180px;
	object-fit: cover;
	background: #ccc; /* 読み込み前のプレースホルダー */
}
/* 白のオーバーレイ */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.15); /* 50% の白 */
	pointer-events: none; /* クリックを無効化 */
	z-index:1;
}

/* 黒の半透明帯 */
.header-bar {
	position: absolute;
	top: 50%; /* 上端をスクロールエリアの中央に */
	left: 50%;
	transform: translate(-50%, -50%); /* 完全に中央へ */
	width: 100%;
	height: 85px;
	background: rgba(0, 0, 0, 0.7); /* 50% の黒 */
	z-index: 2; /* 画像より前面に表示 */
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	pointer-events: none; /* クリックを通す */
	text-shadow: 
	-2px -2px 0px black,  
	 2px -2px 0px black,  
	-2px  2px 0px black,  
	 2px  2px 0px black;  /* 白文字に黒の縁取り */
}