



#competition2025 {
	font-size: 16px;
	text-align: left;
}

#competition2025 div {
	box-sizing: border-box;
}


#competition2025 .sp { display: block; }
#competition2025 .pc { display: none; }
@media (min-width: 769px) {
	#competition2025 .sp { display: none; }
	#competition2025 .pc { display: block; }
}


#competition2025 .wrapper {
	padding: 0 20px;
}

	@media (min-width: 769px) {

	}
		@media (min-width: 1200px) {

		}
			@media (min-width: 1400px) {

			}
				@media (min-width: 1600px) {
			
				}




#competition2025 .mv {
	position: relative;
	width: 100%;
	height: 150vw;
	background: url(../../images/competition/2025/mv-back-sp.png) center top / 100% auto no-repeat;
}

#competition2025 .mv-entry-button {
    width: 35%;
    position: absolute;
    bottom: 9%;
    right: 6%;
}
#competition2025 .mv-entry-button img {
	width: 100%;
}
	@media (min-width: 769px) {
		#competition2025 .mv {
			height: 125vw;
			background: url(../../images/competition/2025/mv-back-tb.png) center top / 100% auto no-repeat;
		}
		#competition2025 .mv-entry-button {
			width: 31%;
			bottom: 8%;
			right: 9%;
		}
	}
		@media (min-width: 1200px) {
			#competition2025 .mv {
				height: 50vw;
				background: url(../../images/competition/2025/mv-back-pc.png) center top / 100% auto no-repeat;
			}


			#competition2025 .mv-entry-button {
				width: 17%;
				bottom: 12%;
				right: 6%;
			}


		}

#competition2025 .announcement {
	color: #000;
	width: 100%;
	background-color: #fff;
	padding: 40px 0;
}

#competition2025 .announcement .wrapper div {
	padding: 40px 20px;
	border: 2px solid #000;
}
#competition2025 .announcement h2 {
	text-align: center;
	font-size: 160%;
	font-weight: bold;
}
#competition2025 .announcement p {
	text-align: left;
	margin: 30px 0 0;
	font-size: 100%;
	font-weight: bold;
}
#competition2025 .announcement p img {
	margin: 0 auto;
	width: 50%;
}
	@media (min-width: 769px) {
		#competition2025 .announcement p {
			text-align: center;
			margin: 40px 0 0;
			font-size: 130%;
		}
		#competition2025 .announcement .wrapper div {
			padding: 40px;
			width: 80%;
			margin: 0 auto;
		}
	}
		@media (min-width: 1200px) {
			#competition2025 .announcement p {
				font-size: 140%;
			}
			#competition2025 .announcement .wrapper div {

			}
			#competition2025 .announcement p img {
				width: 234px;
			}
		}
