@charset "UTF-8";

/*----------------------------
	top
------------------------------*/
.inner {
	max-width: 86rem;
	margin: 0 auto;
}
.mv {
	width: 100%;
	height: 53.673vw;
	background: url(/base/pc/store/special/tsunaguaction/2025ss/img/common/mv_250408.jpg) no-repeat top center;
	background-size: cover;
}
.mvSponsor {
	max-width: 98rem;
	margin: 0 auto;
	padding: 3rem 4rem 3.5rem;
}
.mvSponsor .txt {
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 600;
	color: #646464;
}
.mvSponsor .txt .sup {
	position: relative;
	top: -0.4rem;
}
button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family:inherit;
	cursor: pointer;
}
@media (max-width: 768px) {
	.inner {
		max-width: 100%;
		padding: 0 3.5rem;
	}
	.mv {
		width: 100%;
		height: 111.5rem;
		background: url(/base/pc/store/special/tsunaguaction/2025ss/img/common/mv_sp_250408.jpg) no-repeat top center;
		background-size: cover;
		position: relative;
	}
	.mvSponsor {
		max-width: 100%;
		padding: 3rem 3.5rem 3.5rem;
	}
	.mvSponsor .txt {
		font-size: 2.2rem;
		line-height: 1.59;
	}
	.mvSponsor .txt .sp {
		display: inline-block;
	}
}

/* movie */
.movie {
	border-top: solid 1px #00a5e6;
	padding: 6rem 0;
}
.movie .videoArea {
	margin: 0 auto;
	width: 72.6rem;
}
.movie .video {
	aspect-ratio: 16 / 9;
}
.movie .video iframe {
	width: 100%;
	height: 100%;
}
.movie .videoTxt {
	margin-top: 1.5rem;
	font-size: 1.55rem;
	line-height: 1.55;
	font-weight: 600;
	text-align: center;
}
@media (max-width: 768px) {
	.movie {
		padding: 7rem 0;
	}
	.movie .videoArea {
		margin: 0 auto;
		width: 100%;
	}
	.movie .videoTxt {
		font-size: 2.3rem;
	}
}