/* Backgachi Hall Stylesheet. */


/*
* レイアウト
*/
#content {
	min-height: 0;
	margin-bottom: 0;
}
#sitetop {
	position: relative;
	width: 100vw;
	min-height: calc(100vh - 100px);
	margin: 0;
	padding: 40px 0 40px 0;
	background-image: url(../img/sitetop/back01.jpg);
	background-size: cover;
	overflow: hidden;
}


/*
* キャラ
*/
#chr {
	position: absolute;
	top: -15vw;
	left: 0;
	transform: translateY(100%);
	width: 100%;
	height: 100px;
	z-index: 30000;
}
#chr img.left {
	position: absolute;
	top: 105%;
	left: -9%;
	width: 36%;
}
#chr img.right {
	position: absolute;
	top: 97%;
	right: -10%;
	width: 37%;
}
@media screen and (max-width:992px){
  #chr {
    top: 0;
    left: 0;
    transform: translateY(0%);
  }
	#chr img.left {
    position: absolute;
    top: 0;
    left: -9%;
    width: 30%;
  }
  #chr img.right {
    position: absolute;
    top: 0;
    right: -10%;
    width: 31%;
  }
}



/*
* ページヘッダー
*/
#pageHeader {
  position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 40px 0;
	padding: 0;
  z-index: 40000;
}
#pageHeader img.logo {
	width: 50%;
	max-width: 500px;
}
#pageHeader p {
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: 600;
}
@media screen and (max-width:992px){
	#pageHeader p {
    text-align: center;
		font-size: 18px;
	}
}


/*
* メッセージ
*/
#message {
	width: 60%;
	max-width: 500px;
	margin: 40px auto 40px auto;
	padding: 40px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
}
#message .text {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
}
#message .note {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width:992px){
	#message {
		width: 90%;
	}
}






/*
*
************* SP用 ***************
*
*/






@media screen and (max-width:992px){


	/*
	* レイアウト
	*/
	#game {
		width: 100vw;
		max-width: 375px;
		min-height: 100vh;
		margin: 0 auto;
		padding: 40px 0;
		background-image: url(../img/game/back01.jpg);
		background-size: cover;
		overflow: visible;
	}









}
