@charset "utf-8";
body, html{
  width: 100%;
}
#all {
    height: 100%;
    margin: 0;
    padding: 0px;
    background-image: url(../pic/showtime/bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
.div-c1 {
	width: 100vw;
	height: auto;
	left:0px;
        position: absolute;
        display: flex;
        justify-content: center;    
        align-items: center;
}
#d1 #d1-1 {
	display:block;
        top:0px;
	left:0px;
	height:auto;
	width:100vw;
	float: left;
        margin: 0px;
        padding: 0px;
}
#d1 #d1-1 #d1-1-1 {
	height:auto;
	width:100vw;
	left:0px;
        top:0px;
	float: left;
}
#d1 #d1-1 #d1-1-2 {
	height:auto;
	width:100vw;
	left:0px;
	float: left;
}
#d1 #d1-1 #d1-1-3 {
	height:auto;
	width:100vw;
	left:0px;
        bottom:0px;
	position: fixed;
}
#d1-1 #d1-1-1 #d1-p1,#d1-1 #d1-1-2 #d1-p2,
#d1-1 #d1-1-3 #d1-p3 {
	display:block;
	height:auto;
	width:100%;
}