@charset "UTF-8";

body.vd2020 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vd2020 img {
	max-width: 100%;
    height: auto;    
	vertical-align: bottom;
}
.vd2020 a {
	color: #fff;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.vd2020 a:active {
	opacity: 0.6;
}



.vd2020-container {
    width: 100%;
	background: #231815;
	line-height: 1;
}
.vd2020-wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.vd2020-container a {
	display: block;
}
.vd2020-container a:hover,
.vd2020-container a:focus {
	transition: all 0.3s 0s ease;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
    opacity: 0.7;
}

.vd2020-fv {
	margin-bottom: 40px;
}


.vd2020-marche {
	padding: 40px 40px 60px;
	background-color: #541014;
}
.vd2020-boncinq {
	padding: 60px 40px;
	background-color: #b0302f;
}
.vd2020-sharing {
	padding: 60px 40px;
	background-color: #561114;
}
.vd2020-phone {
	padding: 40px;
	background-color: #bf591b;
	text-align: center;
}
.vd2020-cv {
	position: relative;
}
.vd2020-cv__btn {
	position: relative;
}
.vd2020-cv__list {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0 80px;
}
.vd2020-cv__list li {
	max-width: 320px;
}

.vd2020-cv__annotation {
	position: absolute;
	right: 0;
	bottom: -16px;
	font-size: 11px;
	text-align: right;
	letter-spacing: 0.02em;
	color: #fff;
}
.vd2020-cv__anno2 {
	right: 76px;
}


.vd2020-pc {display: none;}
.vd2020-sp {display: block;}
@media only screen and (min-width: 769px) {
	.vd2020-pc {display: block;}
	.vd2020-sp {display: none;}
	.vd2020-navi {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		margin-bottom: 50px;
	}
	.vd2020-navi img {
		max-width: 280px;
	}
	.vd2020-phone img {
		max-width: 390px;
	}
}
@media only screen and (max-width: 768px) {
	.vd2020-marche {
		padding: 30px 15px;
		background-color: #541014;
	}
	.vd2020-boncinq {
		padding: 30px 15px;
		background-color: #b0302f;
	}
	.vd2020-sharing {
		padding: 30px 15px;
		background-color: #561114;
	}
	.vd2020-phone {
		max-width: 100%;
		padding: 0 10px;
		background-color: #bf591b;
		text-align: center;
	}
	.vd2020-navi {
		margin-bottom: 30px;
	}
	.vd2020-cv {
		position: relative;
		margin-bottom: 15px;
	}
	.vd2020-cv__btn {
		position: relative;
		margin-bottom: 20px;
	}
	.vd2020-navi li {
		margin-bottom: 10px;
	}
	.vd2020-cv__list {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		padding: 0;
	}
	.vd2020-cv__annotation {
		position: absolute;
		right: 0;
		bottom: -14px;
		font-size: 9px;
		text-align: right;
		line-height: 1.2;
		color: #fff;
	}
	.vd2020-cv__anno2 {
		bottom: -24px;
	}
}
