@charset "utf-8";
/* CSS Document */

.nav-list {
    flex-direction: column;   /* ← 縦並びに切り替え */
  }

  .nav-list li {
    border-bottom: 1px solid #ccc;

  }

.nav-list a {
	color: #fff;
	font-family: 'DotGothic16', sans-serif;
	font-size: 16px;
	text-decoration: none;
  display: block;
  padding: 15px 0;
  text-align: center;
 
}

.nav-list a:hover {
  background: url("../img/bg_noise.png");
	transform: scale(1.1)
	line-height: 1;
}


.search-list {
	
    flex-direction: column;   /* ← 縦並びに切り替え */
  }

  .search-list li {
    border-bottom: 1px solid #ccc;

  }

.search-list a {
	color: #fff;
	font-family: 'DotGothic16', sans-serif;
	font-size: 16px;
	text-decoration: none;
  display: block;
  padding: 15px 0;
  text-align: center;
 
}

.search-list a:hover {
  background: url("../img/bg_noise.png");
	transform: scale(1.1)
	line-height: 1;
}



header {
    position: static; /* ←これで固定解除 */
  }


/*--------------------------*/

#cover_index{
    background-size: cover;
    min-height: 360px;

  }

.intro{

	background-image: url(../img/bg_noise.png);
	background-size: cover;
	padding: 20px 20px;
	border: 3px solid #d8d8d8;
	max-width: 1200px; 
	margin: 200px auto;	
	

}

.intro p{
	font-family: 'DotGothic16', sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: left;
	max-width: 800px; 
	margin: 10px auto 60px;}


.wakeup{
background-size: cover;
    min-height: 360px;
	
}

.wakeup p{
font-size: 12px;
	background: rgba(216,216,216,0.5);
}


/*----------------------*/



.search{
background-size: cover;
min-height: 300px;
flex-direction: column;
  padding-bottom: 40px; }

.search img{
max-width:20%;
height: auto;
}

/*----------------------*/


.see{
	
	text-align: center;
background-size: cover;
    min-height: 300px;
}

.see img{
	padding: 0;
	max-height: 100px;
	padding: 10px;
}

.see p{
	top: 50%;
	padding-top: 150px;
	text-align: left;
}
.textzone{
	min-height:300px;
	display: flex;         
  align-items: center;
	gap: 10px;
}

/*----------------------*/
.window{
	flex-direction: column;
}

.cacth{margin: 0 auto;}

.serif{margin: 0 auto;}
/*----------------------*/


.text{
	bottom: 50px;
}


/*-------------------*/

.shortcut{
	flex-direction: column;
}
.shortcut a{
	font-size: 24px;
	background: rgba(255,255,255,0.5);
	padding: 20px 10px;}

.hatenani_pic{
	max-width: 30%;
	
}

.gamestep{
	padding: 20px 0;
}
.hatenani h2{
	font-size: 24px;
}

.playerimage {max-width: 40%;}

figure{
	padding: 20px 0;
}

.ticketlink{
	max-width: 90%;
}

.message{
	background-size: cover;
	background-position: center 0;
}

/*--------GAMEINFO-PAGE-----------*/

#cover_GAME_INFO{
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	background-position: right 0;
	}

#head_GAME_INFO{
		font-size: 30px;
	margin-top:150px;
	color: #fff;
}
#p_GAME_INFO {
		font-size: 12px;
	color: #fff;
}
.about-game img{
	max-width: 80%;
}
#gameinfo_page p{
	font-size: 14px;
	}

#gameinfo_page h2{
	font-size: 20px;
}

#gameinfo_collum{
	flex-direction: column;
	
	
}
.eventopen,.gamelevel,.playtime{
	margin-left: auto;
	margin-right: auto;
}
/*--------TICKET-PAGE-----------*/

#cover_TICKET{
	background: url("../img/image_hatenani02.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	color: #fff;
}

#head_TICKET{
	font-family:"Arial Black", Gadget, "sans-serif";
	font-size: 30px;
	margin-top:150px;
	color: #f00;
}
#p_TICKET {
	font-family:"Arial Black", Gadget, "sans-serif";
	font-size: 12px;
	color: #f00;
}

.ticket-attention img{
max-width: 50%;
height: auto;}

.after-submit{
	flex-direction: column;
}

.after-submit img{
	max-width: 100px;
	margin: 0 auto;
}

.after-submit p{
	padding: 40px;
text-align: center;}
/*-------------------*/
footer p{
	font-size: 14px;
}
footer small p{
	font-size: 10px;
}