
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

#top_header {
	width: 100%;
    aspect-ratio: 1.5;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: -2;
}

#top_header:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 90vh;
}

#top_header img {
	width: 100%;
}


#fix_wrapper a:link { text-decoration:none; }

#fix_wrapper {
    width: 100%;
	margin: 90vh auto 0;
	padding: 0;
	text-align: center;
    position: relative;
	background-color: #fff;
    /*background: rgb(237,239,237);
	background: linear-gradient(108deg, rgba(237,239,237,1) 0%, rgba(252,252,252,1) 100%);*/
}

#fix_wrapper img {
	width: 100%;
	vertical-align: bottom;
}

#wrapper {
    width: 100%;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
    position: relative;
    background: rgb(237,239,237);
	background: linear-gradient(108deg, rgba(237,239,237,1) 0%, rgba(252,252,252,1) 100%);
}


.top_blc {
    width: 30%;
    position: fixed;
    top: 0;
    left: 10%;
    float: left;
}

/*コンテンツ*/

.fix_inner {
    margin: 0 auto;
    padding: 0;
}

.clear {
	clear: both;
}

.pc {
	text-align: center;
	margin: 0;
	padding: 0;
}
.sp {
	display: none;
	margin: 0;
	padding: 0;
}


@media only screen and (max-width:750px){
	

	#top_header {
		width: 100%;
		min-width: auto;
		top: 60px;
	}
	
	#top_header:before {
    	height: 33vh;
	}
    
    #fix_wrapper {
        width: 100%;
        padding: 0;
		margin: 30vh auto 0;
    }
	

    .top_blc {
        position: relative;
        width: 100%;
        margin: 0 auto;
        top: auto;
        left: auto;
        float: none;
    }
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	
}


