.bg-mov-block{
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.bg-mov{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    transition: opacity 2s ease;
    animation: fade-in 0.5s linear 0s forwards;
}

/* top on movie contents*/
.on-mov-contents{
    height: calc(100vh);
    position: relative;
}

.on-mov-contents__campany-name{
    position: absolute;
    bottom: 40vh;
    padding: 0 80px;

}

.on-mov-contents__campany-name img{
    max-width: 50%;
    max-height: 100%;
}

/* top on movie concept*/
.on-mov-concept{
    background-color: #00f4f834;
}

.on-mov-concept__inner{
    max-width: 80%;
    padding-bottom: 10px;
}

.on-mov-concept__inner p{
    font-size: 36px;
    padding-left: 1em;
    color:white;
    margin-bottom: 10px;
}

.on-mov-concept__inner ul{
    list-style:none;
    display: flex;
}

.on-mov-concept__inner li{
    color: white;
    padding: 0.5em 1em;
}

.on-mov-concept__inner a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.on-mov-concept__inner a:hover{
    border-bottom: 2px solid #fff;
}

/* top under movie*/
.top-bg{
    background-color: white;
}

/* top title */
.top-menu__head-contents{
    margin: 0 auto 35px;
}

.top-menu-style span{
    display: block; 
}

.top-section__inner{
    max-width:95%;
    margin: 0 auto;
    text-align: center;
}

/* top member*/
.top-member-section{
    padding: 40px 20px;
    background-color: #eaedf7;
}

.top-news-contact-section{
    background-color: #d6e9da;
}

.top-contact__img{
	max-width:80%;
	max-height:90%;
	margin:0 auto;
}

.top-contact__img img{
	margin:0 auto;
	width:100%;
	object-fit:contain;
}

@media screen and (max-width: 600px) {
	.top-menu__head-contents{
		margin-bottom:15px;
	}
	
}

