@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
-------------------------------------------------- */
.movie {
	padding: 90px 0;
	background-image: url(../img/rescuebase/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/rescuebase/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;
	}
}


/* --------------------------------------------------
		contents
-------------------------------------------------- */
.contents__title img {
	width: 100%;
	max-width: none;
}
@media screen and (max-width:640px){
	.contents {
		padding: 1px 0 0;
		background-color: #e50013;
	}
	.contents__body .unit-01 {
		margin: -4vw 0 12vw;
	}
	.contents__body .unit-02 {
		position: relative;
		z-index: 1;
		margin-top: -4vw;
		padding-bottom: 12vw;
		background-color: #009845;
	}
	.contents__body .unit-02:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 4vw;
		background-color: #e50013;
	}
}


/* --------------------------------------------------
		package
-------------------------------------------------- */
.package {
	padding: 30px 0 90px;
	background-color: #e50013;
}
/*.package__set {
	margin-bottom: 90px;
}*/
@media screen and (max-width:640px){
	.package {
		padding: 12vw 0;
		background-image: url(../img/rescuebase/bg_02.png);
		background-position: center top;
		background-size: 91px 91px
	}
	/*.package__set {
		margin-bottom: 8vw;
	}*/
}