@charset "utf-8";
section {
	background-color: #FFFAC1;
	padding: 60px 0 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.mv{
	display: flex;
	justify-content: space-between;
	background-image: url(/wp-content/uploads/tokusetsu/mv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	align-items: center;
}

.catch-left img,
.catch-right img {
	width: 130px;
	padding: 10px;
}

.main {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 80px 40px;
}
.main h3{
	margin-bottom: 1em;
	text-align: center;
	font-size: 3rem;
	font-family: "Yuji Syuku", serif;
	font-weight: 400;
	font-style: normal;
}
.main p{
	font-size: 2rem;
	font-family: serif;
	line-height: 2.5;
}
.bnr-wrap ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
.bnr-wrap ul li{
	width: 18%;
	padding: 0 10px;
}
h3.heading-1 {
	border-bottom: 2px dashed #7b7b7b;
	position: relative;
	padding-left: 80px;
	font-size: 3rem;
	margin-bottom: 1em;
}
h3.heading-1:before {
	content:'';
	background-image: url(/wp-content/uploads/tokusetsu/egg.png);
	width: 70px;
	height: 50px;
	position: absolute;
	left: 0;
	background-size: contain;
	background-repeat: repeat;
}
.oubo p {
	font-size: 2rem;
}
.page-top {
	text-align: center;
}
.page-top a {
	background-color: rgb(167, 186, 76);
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}
.page-top a i{
	color: white;
	line-height: 30px;
	vertical-align: middle;
}
.top_btn {
	text-align: center;
}
.copy small {
	text-align: center;
	display: block;
	padding: 5px 0;
}
@media (max-width:768px){
	.container {
		padding: 0 20px;
	}
	.catch-left img,
	.catch-right img {
		width: 90px;
	}
	.main {
		padding: 40px 20px;
	}
	.bnr-wrap ul li {
		width: 50%;
	}
}
@media (min-width: 767px) {
	.sp-only {
		display: none !important;
	}
}