/* init */
.background , .blur_bg , .blur_bg2 {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    opacity: 0;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
	z-index: 0;
}
.show .background { opacity: 1;}
.contents .wrap {
    padding: 40vh 0 60vh;
    position: relative;
    z-index: 999;
}
.contents .wrap1 {
    position: relative;
    z-index: 999;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.blur_bg , .blur_bg2{
	background-image:url(../images/common/pattern.png);
	background-repeat: repeat;
	background-attachment:scroll;
	z-index: 99;
}
.blur_bg2{ opacity:0.8; }

#content01{
	position:absolute;
	top: 60%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -60%); /* Safari—p */
	transform: translate(-50%, -60%);
	z-index: 9999;
}
.text-box {
    padding: 50px 25px;
    width: 480px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.text-box .catch {
    margin: 0 0 10px;
    font-size: 40px;
}
.text-box .copy {
    margin: 0;
    line-height: 2;
}
