@charset "utf-8";
.about_section {
	position: relative;
	padding-top: 30px;
}
/* .about_section::before {
		content: '';
		display: block;
		position: absolute;
		background-image: url(../images/separate_upper6_pc.png);
		background-position: 0 0;
		top: -410px;
		height: 500px;
		z-index: 20;
} */
.about_inner {
	z-index: 25;
}
@media(max-width: 767px) {
	.schedule_section::before,
	.about_section::before {
		display: none
	}
}
.bgResult1,
.bgResult2 {
	position: relative;
}
.bgResult1::before {
	content: '';
	display: block;
	position: absolute;
	top: 100px;
	left: -290px;
	width: 490px;
	height: 600px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-image: url(../images/term_bg_pc.png);
	z-index: -1;
}
.bgResult2::before {
	content: '';
	display: block;
	position: absolute;
	top: 170px;
	right: -70px;
	width: 270px;
	height: 900px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-image: url("../images/result_bg5.jpg");
	z-index: -1;
}
.result_section {
	position: relative;
	background: #094DA4;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 120px;
	padding-bottom: 120px;
	min-height: 500px;
}
.result_section::before {
	background-image: url(../images/separate_upper2_pc.png);
	top: -150px;
	height: 400px;
	z-index: 5;
}
.result_section .award_title::before {
	background-image: url("../images/award_l_pc_wht.png");
	left: 0;
}
.result_section .award_title::after {
	background-image: url("../images/award_r_pc_wht.png");
	right: 0
}
.result_inner {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 0 40px;
}
.result_inner::before {
	content: '';
	display: block;
	position: absolute;
	top: -60px;
	right: -180px;
	width: 515px;
	height: 750px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-image: url("../images/judge_bg_pc.png");
}
@media(max-width: 767px) {
	.result_inner::before {
		top: 70px;
		right: -2px;
		width: 100%;
		height: 96.5vw;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		background-image: url("../images/judge_bg_sp.png");
	}
	.bgResult1::before {
		top: 70px;
		left: -100px;
		width: 275px;
		height: 330px;
	}
	.bgResult2::before {
		top: -30px;
		right: -120px;
		width: 216px;
		height: 900px;
	}
	.result_inner {
		padding: 0 20px;
	}
	.result_section {
		padding-top: 30px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.result_hr {
	height: 1px;
	background: #fff;
}
.result_cont {
	position: relative;
	z-index: 2
}
.result_main {
	max-width: 910px;
	margin: 0 auto 100px;
	padding-top: 100px;
}
.result_main.first {
	padding-top: 0;
}
.result_main_thumb {
	margin: 0 0 35px;
	cursor: pointer;
}
.result_main_thumb img {
	width: 100%;
	height: auto
}
.result_main_caption h5 {
	font-size: 20px;
	font-weight: 500;
	margin: 60px 0 15px;
}
.result_main_caption h5.first {
	margin-top: 0;
}
.result_main_caption p {
	line-height: 2.0;
	margin: 0 0 1em;
	text-align: justify;
}
.result_main_caption p:lang(en) {
	text-align: left;
	line-height: 1.8;
}
@media(max-width: 767px) {
	.result_main_caption p {
		text-align: justify;
	}
	.result_main_caption p:lang(en) {
		text-align: left;
	}
}
.result_wrap {
	padding-top: 100px;
}
.result_tile {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px 30px;
	padding-bottom: 100px;
}
.result_item_thumb {
	width: 100%;
	aspect-ratio: 10 / 12.3;
	margin: 0 0 20px;
}
.result_item_thumb .resultPhoto {
	height: 100%
}
.result_main_thumb figcaption,
.result_item_thumb figcaption {
	display: none
}
.pswp__caption__center {
	font-size: 16px !important;
}
.result_item_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works_name {
	margin: 0 0 40px;
	text-align: center;
}
.works_name h6 {
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 15px;
}
.works_name p {
	line-height: 1.8;
	font-size: 20px;
	font-weight: 500;
}
.result_item_caption h6 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 10px;
}
.result_item_caption p {
	line-height: 1.8;
}
@media(max-width: 960px) {
	.result_tile {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 60px 20px;
	}
}
@media(max-width: 767px) {
	.result_main {
		margin: 0 auto 80px;
		padding-top: 80px;
	}
	.result_main_caption h5 {
		font-size: 18px;
		margin: 40px 0 15px;
	}
	.result_tile {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 15px;
	}
	.result_tile.last {
		padding-bottom: 0;
	}
	.result_item_caption h6 {
		font-size: 15px;
	}
	.result_item_caption p {
		font-size: 14px;
	}
}
@media(min-width: 841px) {
	.mouthStalker {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		position: fixed;
		top: 0;
		left: 0;
		transform: translate(-50%, -50%);
		z-index: 100;
		pointer-events: none;
		background: rgba(255, 255, 255, 0.5);
		opacity: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mouthStalker.isHidden {
		opacity: 0 !important;
		transform: scale(0.5) !important;
		pointer-events: none;
	}
	.mouthStalker.isOutKv {
		transform: scale(0.3) !important;
	}
	.mouthStalker span {
		font-family: "Inter", sans-serif;
		color: #094DA4;
		font-size: 12px;
		font-weight: 500;
	}
}
.photo_gr .result_sub {
	display: none
}