
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
    overflow: hidden;
    
    background-color: #dc0032;
    background-image: url("../../images/cover_bl.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 10% auto;
    margin: 10.5em auto 0;
}

@media only screen and (min-width:1200px) {
    
    .top-image {
        width: 100%;
        position: relative;
        margin: 168px auto 0;
    }
    
}

.top-image .photo {
	width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.top-image .photo img {
    width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center top;
}

.top-image .txt {
	width: 50%;
    position: relative;
    color: #FFF;
    text-align: center;
    padding: 100px 1%;
}
.top-image .txt .page-title {
    width: 90%;
    max-width: 300px;
    font-size: clamp(1.4rem, 2vw, 2rem);
    border: 1px solid #FFF;
    margin: 0 auto;
    padding: .6em 1em;
}
.top-image .txt h1 {
    margin: .5em auto;
}



@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
        width: 100%;
        margin-top: 60px;
	}
    
    .top-image .photo {
        width: 100%;
        height: initial;
        height: auto;
        position: relative;
        top: 0;
        right: 0;
        padding-bottom: 100px;
        z-index: 1;
    }
    .top-image .photo img {
        width: 100%;
        max-width: 100%;
        height: initial;
        height: auto;
    }

    .top-image .txt {
        width: 100%;
        position: absolute;
        color: #FFF;
        text-align: center;
        background-color: #dc0032;
        left: 0;
        bottom: 0;
        padding: 6% 1%;
        z-index: 2;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

