<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#main_img {
    width: 100vw;
    height: 80vh;
    text-align: center;
    background-color: #363636;
}
.main_img_img  {
    height: 70vh;
    width: 100%;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


#concept_wrapper {
    background: linear-gradient(#fff 0%,#fff 60%,#d0c3b0 60%,#d0c3b0 100%);
    /*justify-content: center;*/
    align-items: flex-start;
    padding-top: 62px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 62px;
    display: flex;
}
#concept_container {
    display: flex;
    justify-content: flex-start;
    padding-top: 32px;
    align-content: stretch;
    position: relative;
}
#concept_index {
    border-right: solid 1px #333;
    width: 22px;
    margin-right: 22px;
}

#main_img_logo{
	display: none;
}

@media screen and (max-width:750px){
	#main_img_img  {
    object-fit: cover;
    height: 65vh;
    width: 100vw;
    -o-object-fit: cover;
	}
	
	#concept_wrapper {
    background: linear-gradient(#fff 0%,#fff 30%,#d0c3b0 30%,#d0c3b0 100%);
	}
	
	#concept_index {
    width: 100px;
    margin-right: 22px;
	}
	#concept_index img{
    width: 18px;
		height: auto;
	}
	#main_img_logo{
	display: block;
		position: absolute;
		top:35vh;
		left: 12vw;
	}
}
</pre></body></html>