@charset "UTF-8";
#GuestMask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
}
#GuestBtn {
	position:fixed;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 1000;
	/*230901修正*/
	/*font-size: 120%;*/
	font-size: 125%;
	line-height: 150%;
}
#GuestBtn a {
	pointer-events: auto;
	display: block;
	background: url("../images/global/icn_arrow_r_wh.png") no-repeat right 0.5em center #f29600;
	background-size: 1em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 1em 2.5em;
	border-radius: 0.5em;
	white-space: nowrap;
}
#GuestBtn a span {
	display: block;
}
#GuestBtn a .LargeText {
	/*230901修正*/
	/*font-size: 150%;*/
	font-size: 175%;
	line-height: 125%;
	font-weight: 700;
	/*230901修正*/
	/*padding-bottom: 0.5em;*/
	padding-bottom: 0.25em;
}
/*スマホ*/
@media screen and (max-width: 767px) {
	#GuestBtn {
		font-size: 100%;
		line-height: 150%;
	}
	@media screen and (max-aspect-ratio: 11/10) {
	/* 縦向きの場合のスタイル */
		
	}
}