/* 下層MV ~ nav */

main{
	position: relative;
	/* &:before {
	    content: "";
	    position: absolute;
	    top: -60px;
	    left: 10px;
	    width: 100%;
	    height: 13%;
	    background: url(../img/u_common/ico_u_mv_bg_line.svg);
	    z-index: -2;
	    opacity: 0.7;
	    background-size: cover;
	} */
	overflow-x: hidden;
	&:before {
		content: "";
    position: absolute;
    background: url(../img/u_common/bg_line_join.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: -60px;
    left: 0;
    z-index: -5;
    opacity: 0.5;
	}
}
/**/
.wave-wrapper:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    pointer-events: none;
    z-index: -2;
}

.breadcrumbs{
    padding: 20px 0;
}
.breadcrumbs {
    margin-top: 4rem;
}
.mb0{
	margin-bottom: 0!important;
}
.pc_none{
	display: none;
}
.sp_none{

}
@media screen and (max-width: 756px) {
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
}
