@charset "UTF-8";

body {
	background-color:#fff;
	position:relative;
}
.wrap {
	height:100%;
	position:relative;
	z-index:500;
}
.copy {
    box-sizing: border-box;
	max-width:1600px;
    padding: 0 30px;
    height: 80px;
	position:absolute;
    left: 0;
    right: 0;
    top: 128px;
    margin: auto;
	z-index:100;
}
.copy img {
	height:80px;
}
.iso {
    box-sizing: border-box;
	max-width:1600px;
    padding: 0 30px;
    height: 80px;
	position:absolute;
    left: 0;
    right: 0;
    top: 128px;
    margin: auto;
    text-align: right;
	z-index:500;
}
.iso img {
    height: 80px;
}

.tx1 {
    box-sizing: border-box;
	width:100%;
    background-color: #fff;
    padding: 18px 0;
    line-height: 0;
	position:absolute;
    left: 0;
    bottom: 104px;
    text-align: center;
	z-index:500;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.tx1 img {
    width: 900px;
}

.tx2 {
    box-sizing: border-box;
	width:300px;
	position:absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    margin: auto;
    text-align: center;
	z-index:500;
    line-height: 0;
}
.tx2 img {
    width: 100%;
}

.topvideo {
	position: fixed;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
}


@media screen and (max-width: 499px) {
.copy {
    padding: 0 15px;
    height: 46px;
    top: 80px;
}
.copy img {
	height:46px;
}
.iso {
	padding: 0 15px;
    height: 46px;
    top: 80px;
}
.iso img {
    height: 46px;
}

.tx1 {
    padding: 16px 20px;
    bottom: 104px;
}
.tx1 img {
    width: 100%;
}

.tx2 {
	width:220px;
    bottom: 30px;
}

}

@media screen and (min-width: 500px) {
	
}