
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.top-image::before {
    content: " ";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../images/cover_i.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    bottom: -2px;
    z-index: 2;
}
.top-image .photo {
    width: 100%;
    max-width: 1600px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0); 
    transform: translate(-50%, 0);
    z-index: 1;
}
.top-image .title {
    width: 90%;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
    padding: 20% 0;
    z-index: 2;
}
.top-image .title h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: clamp(2rem, 8vw, 12rem);
    line-height: 120%;
}
.top-image .title h1.wh {
    color: #FFF;
}
.top-image .title h1 span {
    display: block;
    font-weight: 600;
    font-size: 30%;
    line-height: 120%;
}
@media only screen and (min-width:1600px) {
    
    .top-image .title {
        padding: 320px 0;
    }
    .top-image .title h1 {
        font-size: 12rem;
        line-height: 120%;
    }
}
.top-image img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.title-m {
    width: 90%;
    max-width: 1000px;
    color: #000;
    font-size: clamp(1.8rem, 2.8vw, 2.8rem);
    text-align: center;
    border: 3px solid #000;
    background-color: #feda01;
    border-radius: 10px;
    margin: 0 auto;
    padding: .6em .5em;
}

.next-back {
    width: 90%;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    
    
    margin: 80px auto 0;
}
.next-back > .button {
    width: 40%;
}
.next-back a:nth-of-type(1)::before {
    background-image: url("../images/arrow_r.png");
    background-position: left center;
}
.next-back a:nth-of-type(2) {
    width: 10%;
    max-width: 60px;
    display: block;
}
.next-back img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
    .top-image {
        width: 100%;
        margin: 50px auto 0;
        padding: 0;
    }
    .top-image::before {
        content: " ";
        display: none;
    }
    .next-back {
        width: 90%;
        max-width: 900px;
        margin: 8% auto 0;
    }
    .next-back a:nth-of-type(1) {
        text-align: right;
    }
    .next-back a:nth-of-type(3) {
        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) {
	

}

