@charset "utf-8";


/* --------------------------------------------------
		overide
-------------------------------------------------- */
#breadcrumb_area .inner {
	max-width: 1200px;
}
@media screen and (max-width:640px){
	#wrap .p-inner img {
		max-width: none;
		width: 100%;
	}
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.p-inner {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
}
.p-button--fade {
	display: block;
	transition: opacity .2s ease;
}
@media screen and (min-width:641px){
	.p-button--fade:hover {
		opacity: 0.85;
	}
}
@media screen and (max-width:640px){
	.p-inner {
		padding: 0 4%;
	}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual-lead {
	text-align: center;
	background-color: #f2f2f2;
}
.visual-lead .text {
	font-size: 14px;
	line-height: 1.4;
	padding: 8px 0;
}
.visual-main img {
	width: 100%;
	max-width: none;
}
@media screen and (max-width:640px){
	.visual-lead .text {
		font-size: 10px;
	}
}


/* --------------------------------------------------
		movie-area
-------------------------------------------------- */
.movie {
	padding: 90px 0;
	background-image: url(../img/handledriver2024/movie-area_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*.movie__title {
	max-width: 1080px;
	margin: 0 auto 40px;
}*/
.movie-wrap {
	margin: 0 5% 20px;
	padding: 30px 30px;
	background-image: url(../img/handledriver2024/movie-area_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}
.movie-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:640px){
	.movie {
		padding: 12vw 0;
	}
	/*.movie__title {
		margin-bottom: 4vw;
	}*/
	.movie-wrap {
		margin: 0 0 2.666666666666667vw;
		padding: 4vw 4vw;
	}
}


/* --------------------------------------------------
		content
-------------------------------------------------- */
.content {
	padding: 90px 0 100px;
	background-image: url(../img/handledriver2024/bg_02.png), url(../img/handledriver2024/bg_03.png);
	background-position: center top;
	background-repeat: no-repeat, repeat;
	background-size: 100% auto;
}
.contents__title {
	width: 229px;
	margin: 0 auto -20px;
}
.contents__text {
	margin-top: 60px;
}
@media screen and (max-width:640px){
	.content {
		padding: 9.333333333333333vw 0 12vw;
		background-image: url(../img/handledriver2024/bg_02_sp.png), url(../img/handledriver2024/bg_03.png);
	}
	.contents__title {
		width: 49.85507246376812%;
		margin-bottom: -4.666666666666667vw;
	}
	.contents__text {
		margin-top: 8vw;
	}
	.contents__text:nth-of-type(1) {
		margin-left: -0.5797101449275362%;
		margin-right: -0.5797101449275362%;
	}
}


/* --------------------------------------------------
		package
-------------------------------------------------- */
.package {
	padding: 90px 0;
	background-image: url(../img/handledriver2024/bg_01.png);
	background-position: center top;
}
.package__set {
	margin-bottom: 90px;
}
.package__set > * + p {
	margin-top: 40px;
}
@media screen and (max-width:640px){
	.package {
		padding: 12vw 0;
		background-size: 91px 91px;
	}
	.package__set {
		margin-bottom: 8vw;
	}
	.package__set > * + p {
		margin-top: 4vw;
	}
}