.web-header-top{
	background-image: url(../img/header.png);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: right 0;
}
.logo-left {
    background-image: url(../img/header-left.png);
    /* left: 0; */
    background-position: left bottom;
    height: 320px;
    width: 490px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.detail{
    width: 700px;
    margin: auto;
    margin-bottom: 50px;
}

.header-wrap{
    display: flex;
    width: 100vw;
    margin: auto;
    height: 380px;
    /* margin-bottom: 50px; */
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: space-between;
    /* background-color: red; */
    padding-bottom: 0px;
}

.moviephoto-jirei{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.moviephoto-jirei img{margin-top: 30px;margin-bottom: 30px;}

.moviephoto-jirei-img{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 730px;
}

@media screen and (max-width: 1000px) {
	.web-header-top{
		background-image: url(../img/header.png);
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: flex-end;
		flex-wrap: nowrap;
		margin-bottom: 30px;
		border-bottom: 1px solid #ddd;
		background-repeat: no-repeat;
		background-position: right 0;
	}
	.logo-left {
	    background-image: url(../img/header-left.png);
	    /* left: 0; */
	    background-position: left bottom;
	    height: 320px;
	    width: 0;
	    background-repeat: no-repeat;
	    position: absolute;
	    left: 0;
	}
	
	.detail{
	    width: 100%;
	    margin: auto;
	    margin-bottom: 50px;
	    padding: 5px;
	}
	
	.header-wrap{
	    display: flex;
	    width: 100vw;
	    margin: auto;
	    height: 380px;
	    /* margin-bottom: 50px; */
	    flex-wrap: nowrap;
	    align-items: center;
	    flex-direction: row;
	    justify-content: space-evenly;
	    align-content: space-between;
	    /* background-color: red; */
	    padding-bottom: 0px;
	}
	
	.moviephoto-jirei{
	    display: flex;
	    flex-direction: column;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    padding: 5px;
	}
	.moviephoto-jirei img{margin-top: 30px;margin-bottom: 30px;width: 307px;}
	
	.moviephoto-jirei-img{
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    width: 100%;
	    align-content: center;
	    align-items: center;
	}

}