@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base_index.css");

/*------------------------------------------------------------
年齢認証
-------------------------------------------------------------*/

body.index_bg {
}

.indexhead_inn::before {
	content: "";
	width: 210px;
	height: 694px;
	background: url(../images_design/index/txt_1.jpg) no-repeat left bottom;
}

.indexhead_inn .tit_1,.indexhead_inn .txt_1,.indexhead_item {
	padding-top: 75px;
}

.indexhead_inn .tit_1 {
	margin-left: 10px;
}
.indexhead_inn .txt_1 {
	margin-left: 80px;
}

.enter_outer {
	position: relative;
	top: -80px;
}


/*footer*/
.foot_information {
	width: 355px;
	margin-right: 55px;
}

.foot_link_outer {
	width: 790px;
}

.foot_link_1 {
	margin-bottom: 35px;
}
.foot_link_1 li {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 158px;
	height: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	border-left: 1px solid #E6E6E6;
}
.foot_link_2 li {
	font-size: 25px;
}

.foot_link_2 li a {
	width: 390px;
	height: 75px;
	color: #fff;
	background: #F22D84;
}

.foot_link_2 li:nth-child(2) a {
	background: #00BEFF;
}