
/* CSS Document */

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

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

.top-image {
	width: 100%;
	position: relative;
    overflow: hidden;
    background-color: #dc0032;
    background-image: url("../../images/head_corner.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin: 10.5em auto 0;
}
.top-image-c {
    width: 100%;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10.5em auto 0;
}
.top-image-c::before {
    content: " ";
	display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    background-image: url("../../images/cover_l.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-image-c::after {
    content: " ";
	display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    background-image: url("../../images/cover_r.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.top-image-c .txt {
    width: 90%;
    max-width: 1200px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 110px 0;
    z-index: 3;
}
.top-image-c .txt h1 {
    color: #FFF;
    line-height: 140%;
}
.top-image-c .txt h1 span {
    width: 60%;
    max-width: 300px;
    display: block;
    font-size: 50%;
    text-align: center;
    border: 2px solid #FFF;
    margin: 0 auto .8em;
    padding: 0 .5em;
}

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

.top-image .photo {
	width: 65.7%;
    height: 100%;
	position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 1;
}
.top-image .photo::before {
    content: " ";
	display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    background-image: url("../../images/cover_l.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-image .photo::after {
    content: " ";
	display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    background-image: url("../../images/cover_b.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.top-image .photo.wh::after {
    background-image: url("../../images/cover_w.png");
}
.top-image .txt {
    width: 40%;
    position: relative;
    text-align: center;
    color: #FFF;
    padding: 120px 5%;
    z-index: 2;
}
.top-image .txt h1.ma {
    padding: .8em 0;
}
.top-image .txt h1 {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
        width: 100%;
        margin-top: 60px;
	}
    .top-image-c {
        width: 100%;
        margin-top: 60px;
	}
    .top-image .photo {
        width: 60%;
        height: 100%;
    }
    .top-image .photo::after {
        display: none;
    }
    .top-image .txt {
        width: 40%;
        position: relative;
        text-align: center;
        color: #FFF;
        padding: 12% 5%;
        z-index: 2;
    }
    .top-image-c .txt {
        width: 90%;
        max-width: 1200px;
        text-align: center;
        margin: 0 auto;
        padding: 10% 0;
    }
    .top-image .txt h1 {
        text-align: left;

    }
}

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

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

}

