.main_v_wrap {
	width: 100%;
	margin-left: auto;
	overflow-x: hidden;
	position: relative;
	padding-bottom: 10vh;
}
.main_v_wrap .main_v { 
	width: 70%;
	margin-right: auto;
}
.main_v_wrap .slick_outer {
	width: 100%;
	/*height: calc(90vh - 60px);*/
	height: 90vh;
	overflow-x: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_v_wrap .slick_outer.slick_slide01 {
	background-image: url("../img/mainv/slide01.jpg");
}
.main_v_wrap .slick_outer.slick_slide02 {
	background-image: url("../img/mainv/slide02.jpg");
}
.main_v_wrap .slick_outer.slick_slide03 {
	background-image: url("../img/mainv/slide03.jpg");
}
.main_v_text {
	width: 30%;
	height: 90vh;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_v_text .catch {
	font-size: 3.6rem;
	line-height: 1.8;
	letter-spacing: 3px;
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
	font-family: 'Shippori Mincho B1', serif;
}
.main_v_wrap .bg_item {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
}
.main_v_wrap .bg_item.item01 {
	width: 100px;
	height: 87px;
	background-image: url("../img/mainv/bg_mainv01.png");
	background-size: contain;
	right: 2%;
	top: 16%;
}
.main_v_wrap .bg_item.item02 {
	width: 100px;
	height: 81px;
	background-image: url("../img/mainv/bg_mainv02.png");
	background-size: contain;
	right: 20%;
	top: 40%;
}
.main_v_wrap .bg_item.item03 {
	width: 100px;
	height: 80px;
	background-image: url("../img/mainv/bg_mainv03.png");
	background-size: contain;
	right: 6%;
	top: 72%;
}
@media screen and (max-width: 768px) {
	.main_v_wrap {
		padding-bottom: 0;
	}
	.main_v_wrap .main_v {
		width: 100%;
		margin-right: 0;
	}
	.main_v_wrap .slick_outer {
		width: 100%;
		height: 80vh;
	}
	.main_v_wrap .slick_outer.slick_slide01 {
		background-position: 45% 50%;
	}
	.main_v_wrap .slick_outer.slick_slide02 {
		background-position: 50% 50%;
	}
	.main_v_wrap .slick_outer.slick_slide03 {
		background-position: 48% 50%;
	}
	.main_v_text {
		width: 100%;
		height: 20vh;
		position: relative;
		right: unset;
		top: unset;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	.main_v_text .catch {
		font-size: 2.4rem;
		text-align: center;
	}
	.main_v_wrap .bg_item.item01 {
		width: 80px;
		height: 72px;
		right: 78%;
		top: 82%;
	}
	.main_v_wrap .bg_item.item02 {
		display: none;
	}
	.main_v_wrap .bg_item.item03 {
		width: 80px;
		height: 64px;
		right: 6%;
		top: 91%;
	}
}
@media screen and (max-width: 480px) {
	.main_v_text .catch {
		font-size: 2rem;
	}
	.main_v_wrap .bg_item.item01 {
		width: 60px;
		height: 53px;
	}
	.main_v_wrap .bg_item.item03 {
		width: 60px;
		height: 48px;
		right: 4%;
		top: 90%;
	}
}




