@charset "utf-8";

#taraba {
	box-sizing: border-box;
}
#taraba a img:hover {
	opacity: 0.85;
}
#taraba .inner {
	width: 100%;
}
#taraba .ttlBox {
	position: relative;
}
#taraba .ttlBox p {
	max-width: 964px;
	width:68.8%;
	position: absolute;
	top: 74%;
	left: 0;
	right: 0;
	margin: -82px auto 0;
}
#taraba .btnBox {
	background: #000;
}
#taraba .btnBox p {
	max-width: 964px;
	width:68.8%;
	margin: 0 auto 0;
	padding: 0 0 60px;
}

#taraba {
	z-index: 999999;
}
#taraba .noTxt {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
#taraba .pagebnr {
	position: fixed;
	top: 110px;
	right: 0;
	width: 209px;
	height: 382px;
	z-index: 99999;
}
#taraba .pagebnr .pagebnrbox {
	position: relative;
}
#taraba .pagebnr .btn {
	position: absolute;
	bottom: 15px;
	right: 10px;
	width: 181px;
	height: 44px;
	margin: 0;
	padding: 0;
}
#taraba .pagelink .btn img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#taraba {
		margin: 0 -10px;
	}
	#taraba .ttlBox p {
		width:68.8%;
		position: absolute;
		top: 56%;
		left: 0;
		right: 0;
		margin: 0 auto 0;
	}
	#taraba .btnBox p {
		width:68.8%;
		padding: 0 0 30px;
	}
	#taraba .konpouBox {
		background: url("../images/taraba/p09.jpg") no-repeat top center / auto 100%;
		height: 192px;
	}
	#taraba .pageact {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99999;
		background: url("../images/taraba/bnr_sp_btm.jpg") no-repeat bottom left / 100% auto;
		height: 100px; 
	}
	#taraba .pageactbox {
		position: relative;
		width: 100%;
		height: 100%;
	}
	#taraba .pageactbox ul {
		position: absolute;
		bottom: 31%;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	#taraba .pageactbox ul li {
		width: 47%;
		margin: 0 0.5%;
	}
	#taraba .pageactbox ul li img {
		width: 100%;
	}
	

}