@charset "UTF-8";

/* CSS Document */
.container-fluid {
	padding-left: initial;
	padding-right: initial;
}

.row {
	margin-left: initial;
	margin-right: initial;
}

.contents {
	padding-left: 12%;
	padding-right: 12%;
	padding-bottom: 5%;
}

#about {
	padding-top: 3%;
}

#about::before {
	content: "";
	background: url("/img/obakeidoro2/pc/about/bg_about.png") center top no-repeat;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 10%;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

#about_h {
	margin-bottom: 3rem;
}

#menu_rule img {
	background: url("/img/obakeidoro2/common/button/btn_03_on.png") center top no-repeat;
	background-size: contain;
}

#menu_rule img:hover {
	filter: brightness(120%);
}

#menu_mode img {
	background: url("/img/obakeidoro2/common/button/btn_03_on.png") center top no-repeat;
	background-size: contain;
}

#menu_mode img:hover {
	filter: brightness(120%);
}

#menu_element img {
	background: url("/img/obakeidoro2/common/button/btn_03_on.png") center top no-repeat;
	background-size: contain;
}

#menu_element img:hover {
	filter: brightness(120%);
}

.about_bg {
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: .3rem;
	margin: 5% 0% 0%;
}

#rule {
	position: absolute;
	margin-top: -10%;
}

#mode {
	position: absolute;
	margin-top: -10%;
}

#element {
	position: absolute;
	margin-top: -10%;
}