@charset "utf-8";

/********** 【仮】 サイトの定義 **********

使用する文字サイズ：
14px（基本）

空白の使用サイズ：
10px
20px（基本）
40px
60px
80px
120px

*******************************/


/********** メイン画像 **********/

#main_Image {
	width: 100%;
	height: 640px;

	background-repeat: no-repeat;
	background-position: center center;
}


#main_Image .button {
	position: relative;
	bottom: 0;

	width: 550px;
	height: 640px;
	margin: 0 auto;
}

#main_Image .button .enter {
	position: absolute;
	left: 0;
	bottom: 40px;
}

#main_Image .button .enter img {
	width: 300px;
}

#main_Image .button .exit {
	position: absolute;
	right: 0;
	bottom: 55px;
}

#main_Image .button .exit img {
	width: 210px;
}




main .page {
	padding: 40px 0 120px 0;
}




/********** 年齢認証ページ：リンク設置スペース1（上部） **********/

#link1 {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: center;
}

#link1 .top {
	display: inline-block;
}

#link1 .top p {
	display: inline-block;
}

#link1 .top p img {
	max-width: 100%;
}



/********** 年齢認証ページ：フリースペース1 ～ フリースペース10 **********/

.freeSpace {
	margin-bottom: 40px;
}
.freeSpace:last-child {
	margin-bottom: 120px;
}

.freeSpace h2 {
	margin: 0 0 20px 0;
	text-align: center;
}

.freeSpace .item {
	width: 800px;
	margin: 0 auto;
}




/********** 入退場ボタン（下部） **********/

.page .button {
	width: 450px;
	margin: 0 auto;

	font-size: 0;
}

.page .button .enter {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}

.page .button .enter img {
	width: 450px;
}




/********** フッター領域全体 **********/

footer .f_top .f_logo {
	float: right;
}

footer .f_top .f_logo img {
	height: 79px;
	filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
}

footer .f_top .f_logo a img:hover { opacity:unset; transition:unset; }