.movie-sec{
	width: 100%;
}

.movie-sec_inner{
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	/* padding-top: 41.8%; */
}

.movie-sec_inner > div:only-child{
    max-width: 100%!important;
    max-height: 100%!important;
}

.movie-sec_inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =================================
   Swipe Section - Swiperスライダー
   ================================= */
.swipe-sec {
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}

.swipe-swiper {
	width: 100%;
	overflow: visible;
}

.swipe-swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

.swipe-swiper .swiper-slide {
	width: auto;
	height: auto;
}

.swipe-swiper .swiper-slide img {
	max-height: 247px;
	width: auto;
	height: 247px;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.swipe-swiper .swiper-slide img:hover {
	transform: scale(1.02);
	opacity: 0.9;
}

/* スマートフォン対応 */
@media screen and (max-width: 767px) {
	.swipe-sec {
		padding: 15px 0;
	}

	.swipe-swiper {
		pointer-events: none;
	}

	.swipe-swiper .swiper-slide img {
		height: 130px;
		max-height: 130px;
	}
}

/* ========================================
   Anchor Section
======================================== */

.individual-result-sec{
	padding: 116px 0 0;
}

@media screen and (max-width: 767px) {
	.individual-result-sec{
		padding: 50px 0 0;
	}
}

.individual-result-sec_ttl{
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.individual-result-sec_ttl{
		margin-bottom: 30px;
	}
}

.anchor-sec {
	padding: 60px 0 0;
	background-color: #fff;
}

.anchor-sec_inner {
	max-width: 1440px;
	width: 95%;
	margin: 0 auto;
}

.anchor-sec_row {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #C9C9C9;
}

.anchor-sec_row:last-child {
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	.anchor-sec_row:last-child{
		border-bottom: 1px solid #C9C9C9;
	}
}

.anchor-sec_label {
	flex-shrink: 0;
	width: 230px;
	font-size: 20px;
	letter-spacing: 0.12em;
}

.anchor-sec_links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 40px;
}

.anchor-sec_link {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	transition: color 0.3s ease;
	letter-spacing: 0.1em;
}

.anchor-sec_link:hover {
	color: #007bff;
}

.anchor-sec_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 50%;
	position: relative;
}

.anchor-sec_icon::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	transform: rotate(45deg);
	margin-top: -2px;
	transition: border-color 0.3s ease;
}

.anchor-sec_link:hover .anchor-sec_icon {
	border-color: #007bff;
}

.anchor-sec_link:hover .anchor-sec_icon::before {
	border-color: #007bff;
}

/* スマートフォン対応 */
@media screen and (max-width: 767px) {
	.anchor-sec {
		padding: 0;
	}

	.anchor-sec_inner{
		max-width: 100%;
    width: 100%;
    margin: 0 auto;
		padding: 0;
	}

	.anchor-sec_row {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 15px 20px;
	}

	.anchor-sec_label {
		width: 100%;
		font-size: 16px;
	}

	.anchor-sec_links {
		gap: 12px 24px;
	}

	.anchor-sec_link {
		font-size: 12px;
	}

	.anchor-sec_icon::before{
		width: 5px;
		height: 5px;
	}
}

.individual-result-sec_inner{
	padding: 64px 0;
	background-color: #FFFCF5;
	width: 94%;
	max-width: 1560px;
}

@media screen and (max-width: 767px) {
	.individual-result-sec_inner{
		padding: 15px 0;
	}
}

.prize{
	margin: 50px auto 0;
	text-align: left;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.prize{
		margin: 30px auto 45px;
		width: 90%;
	}
}

.prize.--first{
	margin-top: 0;
}

.prize_card{
	text-align: left;
	padding: 20px 0 48px;
}

.prize_card_ttl{
	text-align: center;
	margin-bottom: 40px;
}

.prize_card_flexWrapper{
	display: flex;
	justify-content: center;
	gap: 40px;
}

.prize_card_flexWrapper.--center{
	align-items: center;
}

.prize_card_flexWrapper_inr{
	max-width: 490px;
	width: 100%;
}

.prize_card_img{
	max-width: 490px;
	width: 100%;
}

.prize_card_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.prize_card_flexWrapper_inr-2{
	max-width: 490px;
	width: 100%;
}

.prize_card_note_text{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.prize_card_school{
	text-align: left;
}

.prize_card_name{
	text-align: left;
	margin-bottom: 25px;
}

.prize_card_text{
	text-align: left;
	line-height: 1.6;
	letter-spacing: .2rem;
}

.prize_card_btn{
	padding: 23px 40px;
}

.commentary-sec{
	padding: 0;
}

.commentary-sec_inner{
		padding: 0 0 128px;
    background-color: #FFFCF5;
    width: 94%;
    max-width: 1560px;
}

.result2-sec_inner{
	padding: 0 0 64px;
	background-color: #FFFCF5;
	width: 94%;
	max-width: 1560px;
	margin: 0 auto;
}

.commentary2-sec{
	padding: 0;
}

.commentary2-sec_inner{
	padding: 0 0 64px;
	background-color: #FFFCF5;
	width: 94%;
	max-width: 1560px;
	margin: 0 auto;
}

.commentary3-sec_inner_wrapper{
	padding: 0 0 10px;
	background-color: #FFFCF5;
	width: 94%;
	max-width: 1560px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.prize_card_flexWrapper{
		flex-direction: column;
		max-width: 90%;
		margin: 0 auto;
		gap: 10px;
	}

	.prize_card_flexWrapper_inr{
		max-width: 100%;
	}

	.prize_card_flexWrapper_inr-2{
		max-width: 100%;
	}

	.prize_card_img{
		max-width: 100%;
	}

	.prize_card_text{
		font-size: 12px;
	}

	.prize_card_ttl{
		margin-bottom: 15px;
	}

	.prize_card_school{
		text-align: center;
	}

	.prize_card_name{
		text-align: center;
		font-size: 16px;
		margin-bottom: 15px;
	}

	.prize_card_btn{
		min-width: 100%;
		padding: 13px 20px;
	}

	.prize_card_btn_icon{
		width: 21px;
    height: 21px;
	}

	.prize_card_btn_icon::before{
		width: 10px;
	}

	.prize_card_btn_icon::after{
		height: 10px;
	}

	.prize_card_note{
		margin-top: 10px;
		text-align: center;
	}

	.commentary-sec_inner{
		padding: 0 0 80px;
	}

	.result2-sec_inner{
		padding: 0 0 44px;
	}

	.group-result-sec{
		padding: 80px 0 0;
	}

	.evaluation-criteria-sec_reason{
		border-radius: 10px;
	}

	.evaluation-criteria-sec_comment{
		border-radius: 10px 10px;
	}

	.commentary3-sec_inner_wrapper{
		padding: 0 0 38px;
	}
}

.thanks-sec{
	border-bottom: none;
}