@charset "utf-8";
.container {
		overflow: hidden
}
body {
		background: #E60012;
}
.second_container {
		padding-top: 80px;
		position: relative;
}
@media(min-width: 768px) and (max-height: 910px) {
		.second_container {
				padding-top: 40px;
		}
}
.second_container::after {
		content: '';
		display: block;
		position: absolute;
		top: -400px;
		left: 0;
		width: 100%;
		height: 430px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 3000px;
		background-image: url("../re_images/kv_bottom_bg_pc.svg");
		pointer-events: none;
		z-index: 0;
}
@media(max-width: 767px) {
		.second_container::after {
				height: 10vw;
				top: -9vw;
				background-size: 100%;
				background-image: url("../re_images/kv_bottom_bg_sp.png");
		}
}
.second_hdr {
		height: 600px;
		background: #2AD2EC;
		display: flex;
		justify-content: center;
		align-items: center;
}
.second_hdr_inner {
		width: 900px;
		margin: 0 auto;
		color: #fff;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end
}
.campaign_hdr_bg-1 img, .second_hdr_bg-1 img, .second_hdr_bg-2 img {
		width: 100%;
		height: auto;
}
.second_hdr_inner .second_hdr_bg-1 {
		position: absolute;
		left: -90px;
		width: 530px;
}
.second_hdr_inner .second_hdr_bg-1.gallery {
		width: 475px;
		left: -120px
}
.second_hdr_inner .second_hdr_bg-1.game {
		width: 475px;
		left: 0
}
.second_hdr_inner .second_hdr_bg-2 {
		position: absolute;
		top: -40px;
		right: -120px;
		width: 120px;
}
@media(max-width: 960px) {
		.second_container {
				padding-top: 80px;
				position: relative;
		}
		.second_hdr {
				height: 400px;
		}
		.second_hdr_inner {
				width: 100%;
				box-sizing: border-box;
				padding: 0 100px;
		}
		.second_hdr_inner .second_hdr_bg-1 {
				left: 0px;
				width: 424px;
		}
		.second_hdr_inner .second_hdr_bg-1.gallery {
				width: 380px;
				left: 0
		}
		.second_hdr_inner .second_hdr_bg-2 {
				top: -40px;
				right: 20px;
				width: 100px;
		}
}
@media(max-width: 767px) {
		.second_container {
				padding-top: 60px;
		}
		.second_hdr {
				display: block;
				height: 380px;
		}
		.second_hdr_inner {
				padding: 100px 20px 0;
				position: static;
				display: block
		}
		.second_hdr_inner .second_hdr_bg-1 {
				position: static;
				width: 300px;
				margin: 15px auto 0;
		}
		.second_hdr_inner .second_hdr_bg-1.gallery {
				position: static;
				width: 300px;
				margin: 15px auto 0;
		}
		.second_hdr_inner .second_hdr_bg-2 {
				display: none
		}
		.second_hdr_inner .second_hdr_bg-1.game {
				position: static;
				width: 300px;
				margin: 15px auto 0;
		}
}
/* ============ */
.footer_x {
		margin-top: 160px;
}
.contents_wrap {
		max-width: 1160px;
		margin: 0 auto;
		padding: 0 40px;
}
@media(max-width: 767px) {
		.section_footer {
				margin-top: 80px;
		}
		.footer_x {
				margin-top: 80px;
		}
}
/* ===== 250825 ===== */
.renew_bnr {
		width: 755px;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 500;
		display: none
}
.renew_bnr img {
		width: 100%;
		height: auto;
}
.renew_bnr .renew_bnr_close {
		position: absolute;
		top: 0px;
		right: 10px;
		width: 60px;
		height: 60px;
		cursor: pointer
}
@media(max-width: 1400px) {
		.renew_bnr {
				width: 600px;
				right: 0px;
				bottom: 0px;
		}
}
@media(max-width: 767px) {
		.renew_bnr {
				width: 100%;
				right: 0px;
				bottom: 5px;
		}
		.renew_bnr .renew_bnr_close {
				top: -5px;
				right: 5px;
				width: 16vw;
				height: 16vw;
		}
}