﻿body {
	background: url('bg00.jpg') #999;
	background-size: auto 100vh;
	background-position:center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1000;
}
body::before {
	content: "";
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background:url('bg00.jpg') no-repeat center top;
	background-size: auto 100vh;
	top: 0;
	left: 0;
}
.under-picture1 {
	background: url('bg05.jpg');
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #FFF;
}
@media screen and (min-width: 1221px){
	.under-picture1 {
		background-size: auto 100vh;
		max-height: 100vh;
	}
}

@media screen and (max-width: 1220px){
	body::before {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		background:url('bg00mb.jpg') no-repeat center top;
		background-size: 100% auto;
		top: 0;
		left: 0;
	}
	.under-picture1 {
		background-size: auto 100%;
		-webkit-transform: translate3d(0,0,0);
	}
	.fixcftmspanchor {
		margin-top: -102px;
		padding-top: 1px;
	}
}
